cosmetics: replace double-quotes with single-quotes

This commit is contained in:
2025-08-05 17:23:38 +03:00
parent 4baef6ee61
commit 552536e87b
7 changed files with 89 additions and 32 deletions

View File

@@ -7,7 +7,8 @@ return {
local navic = require('nvim-navic')
navic.setup({
lsp = {
auto_attach = true
auto_attach = true,
preference = { 'helm_ls', 'yamlls' }
}
})
end