Backup
This commit is contained in:
parent
01e4fe7095
commit
657fecfa64
16 changed files with 94 additions and 84 deletions
dotfiles/neovim/lua/my/plugins
14
dotfiles/neovim/lua/my/plugins/neoconf.lua
Normal file
14
dotfiles/neovim/lua/my/plugins/neoconf.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
local M = {}
|
||||
|
||||
function M.setup()
|
||||
require("neoconf").setup({
|
||||
-- import existing settinsg 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
|
||||
},
|
||||
})
|
||||
end
|
||||
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue