meow
This commit is contained in:
@@ -15,7 +15,23 @@ local pack = require("lynn")
|
||||
pack.setup("doloro.plugins")
|
||||
|
||||
-- add lsp's as i need
|
||||
vim.lsp.enable('lua_ls', 'rust_analyzer', 'superhtml')
|
||||
vim.lsp.enable({'lua_ls', 'rust_analyzer', 'html'})
|
||||
|
||||
opts = {
|
||||
settings = {
|
||||
html = {
|
||||
format = {
|
||||
templating = true,
|
||||
wrapLineLength = 120,
|
||||
wrapAttributes = 'auto',
|
||||
},
|
||||
hover = {
|
||||
documentation = true,
|
||||
references = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
-- vim.notify('config loaded', vim.log.levels.INFO)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user