5bd0813530
- Updated all vim plugins - Fixed tmux keybind for horizontal splits - Fixed warnings about the config => opt change in lazy.nvim
13 lines
317 B
Lua
13 lines
317 B
Lua
return {
|
|
"folke/neoconf.nvim",
|
|
cmd = "Neoconf",
|
|
opts = {
|
|
-- import existing settings from other plugins
|
|
import = {
|
|
vscode = true, -- local .vscode/settings.json
|
|
coc = false, -- global/local coc-settings.json
|
|
nlsp = false, -- global/local nlsp-settings.nvim json settings
|
|
},
|
|
},
|
|
}
|