mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
fix(nvim): add linewrap jk for autocmds
This commit is contained in:
parent
6c5e78e9a5
commit
af039b8300
4 changed files with 16 additions and 11 deletions
|
|
@ -104,11 +104,14 @@ require "lazy".setup {
|
|||
lazy = false,
|
||||
-- major performance decrease
|
||||
-- https://github.com/kaarmu/typst.vim/issues/64
|
||||
enabled = false,
|
||||
enabled = true,
|
||||
|
||||
},
|
||||
-- HTML / JavaScript (live preview)
|
||||
{ "turbio/bracey.vim", build = "npm install --prefix server" },
|
||||
{
|
||||
"turbio/bracey.vim",
|
||||
build = "npm install --prefix server"
|
||||
},
|
||||
|
||||
---------------
|
||||
-- Telescope --
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue