1
Fork 0
satellite/dotfiles/neovim/lua/my/plugins/neoconf.lua

13 lines
317 B
Lua
Raw Normal View History

2023-01-10 02:38:06 +01:00
return {
"folke/neoconf.nvim",
cmd = "Neoconf",
opts = {
2023-01-10 02:38:06 +01:00
-- 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
},
},
}