This commit is contained in:
2022-03-10 12:08:44 +04:00
parent 30238b5b40
commit 9d32b2fbfd
3 changed files with 14 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ local servers = {
'ansiblels',
'bashls',
'ccls',
'gdscript'
'gdscript',
}
-- Setup lspconfig.
@@ -232,6 +232,16 @@ nvim_lsp.rust_analyzer.setup({
}
})
nvim_lsp.tailwindcss.setup({
on_attach = on_attach,
capabilities = capabilities,
settings = {
tailwindCSS = {
emmetCompletions = true,
}
}
})
require('rust-tools').setup({
tools = { -- rust-tools options
autoSetHints = true,