cosmetics: replace double-quotes with single-quotes
This commit is contained in:
@@ -7,7 +7,8 @@ return {
|
||||
local navic = require('nvim-navic')
|
||||
navic.setup({
|
||||
lsp = {
|
||||
auto_attach = true
|
||||
auto_attach = true,
|
||||
preference = { 'helm_ls', 'yamlls' }
|
||||
}
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user