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