Update
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user