You've already forked dotfiles
feat: Adding a bunch of changes to move further towards a clean and more
builtin setup rather than relying upon plugins.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
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,
|
||||
}
|
||||
vim.pack.add({
|
||||
'https://github.com/mosheavni/yaml-companion.nvim'
|
||||
})
|
||||
|
||||
local cfg = require('yaml-companion').setup()
|
||||
vim.lsp.config('yamlls', cfg)
|
||||
vim.lsp.enable('yamlls')
|
||||
|
||||
Reference in New Issue
Block a user