1
Fork 0
satellite/dotfiles/neovim/lua/my/plugins/neoconf.lua
2022-12-27 20:45:43 +01:00

13 lines
319 B
Lua

return {
"folke/neoconf.nvim",
cmd = "Neoconf",
config = {
-- 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
},
},
}