You've already forked dotfiles
fix: Moving Ui2 to its own config file, adding settings to the
yaml-companion to give more accurate matching of files, disabling twilight plugin (not really used but may be tested again during pair programming in the future), removing scrolloff
This commit is contained in:
@@ -2,6 +2,12 @@ vim.pack.add({
|
||||
'https://github.com/mosheavni/yaml-companion.nvim'
|
||||
})
|
||||
|
||||
local cfg = require('yaml-companion').setup()
|
||||
local cfg = require('yaml-companion').setup {
|
||||
builtin_matchers = {
|
||||
kubernetes = { enabled = true },
|
||||
cloud_init = { enabled = true }
|
||||
}
|
||||
}
|
||||
|
||||
vim.lsp.config('yamlls', cfg)
|
||||
vim.lsp.enable('yamlls')
|
||||
|
||||
Reference in New Issue
Block a user