1
Fork 0
satellite/home/features/neovim/config/lua/my/plugins/neoconf.lua

13 lines
320 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
2023-12-02 00:46:56 +01:00
coc = false, -- global/local coc-settings.json
nlsp = false, -- global/local nlsp-settings.nvim json settings
2023-01-10 02:38:06 +01:00
},
},
}