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

13 lines
319 B
Lua
Raw Normal View History

2022-12-27 20:45:43 +01:00
return {
"folke/neoconf.nvim",
cmd = "Neoconf",
config = {
2022-12-26 20:07:10 +01:00
-- import existing settings from other plugins
2022-12-14 03:20:59 +01:00
import = {
vscode = true, -- local .vscode/settings.json
coc = false, -- global/local coc-settings.json
2022-12-27 20:45:43 +01:00
nlsp = false, -- global/local nlsp-settings.nvim json settings
2022-12-14 03:20:59 +01:00
},
2022-12-27 20:45:43 +01:00
},
}