You've already forked dotfiles
exp: Testing out yaml-companion plugin, moving nvim-lint to being on a
hotkey rather than on bufread and bufwrite
This commit is contained in:
8
nvim/lua/plugins/yaml-companion.lua
Normal file
8
nvim/lua/plugins/yaml-companion.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
'mosheavni/yaml-companion.nvim',
|
||||
config = function(_, opts)
|
||||
local cfg = require('yaml-companion').setup(opts)
|
||||
vim.lsp.config('yamlls', cfg)
|
||||
vim.lsp.enable('yamlls')
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user