1
Fork 0
satellite/dotfiles/neovim/lua/my/plugins/neoconf.lua
Matei Adriel 5bd0813530
A few changes:
- Updated all vim plugins
- Fixed tmux keybind for horizontal splits
- Fixed warnings about the config => opt change in lazy.nvim
2023-02-09 06:59:58 +01:00

13 lines
317 B
Lua

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