mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Added tailwindcss LSP
This commit is contained in:
parent
7f76af0227
commit
919e63d714
2 changed files with 3 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ end
|
|||
|
||||
require('lazy-lsp').setup {
|
||||
excluded_servers = {
|
||||
"sqls", "ccls", "zk",
|
||||
"sqls", "ccls", "zk", "tsserver",
|
||||
},
|
||||
|
||||
default_config = {
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ return packer.startup(function(use)
|
|||
use { 'dundalek/lazy-lsp.nvim',
|
||||
requires = { 'neovim/nvim-lspconfig' }
|
||||
}
|
||||
require'lspconfig'.tailwindcss.setup{}
|
||||
|
||||
use {'hrsh7th/nvim-compe',
|
||||
config = function()
|
||||
|
|
@ -105,4 +106,5 @@ return packer.startup(function(use)
|
|||
})
|
||||
end,
|
||||
}
|
||||
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue