Nvim: restructure all plugins configuration
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
vim.wo.foldcolumn = '1'
|
||||
vim.wo.foldlevel = 99 -- feel free to decrease the value
|
||||
vim.wo.foldenable = true
|
||||
|
||||
-- tell the sever the capability of foldingRange
|
||||
local capabilities = vim.lsp.protocol.make_client_capabilities()
|
||||
capabilities.textDocument.foldingRange = {
|
||||
dynamicRegistration = false,
|
||||
lineFoldingOnly = true
|
||||
}
|
||||
|
||||
--require('ufo').setup()
|
||||
1
.config/nvim/after/plugin/ufo.rc.lua
Symbolic link
1
.config/nvim/after/plugin/ufo.rc.lua
Symbolic link
@@ -0,0 +1 @@
|
||||
../available/ufo.rc.lua
|
||||
Reference in New Issue
Block a user