mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 16: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 {
|
require('lazy-lsp').setup {
|
||||||
excluded_servers = {
|
excluded_servers = {
|
||||||
"sqls", "ccls", "zk",
|
"sqls", "ccls", "zk", "tsserver",
|
||||||
},
|
},
|
||||||
|
|
||||||
default_config = {
|
default_config = {
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,7 @@ return packer.startup(function(use)
|
||||||
use { 'dundalek/lazy-lsp.nvim',
|
use { 'dundalek/lazy-lsp.nvim',
|
||||||
requires = { 'neovim/nvim-lspconfig' }
|
requires = { 'neovim/nvim-lspconfig' }
|
||||||
}
|
}
|
||||||
|
require'lspconfig'.tailwindcss.setup{}
|
||||||
|
|
||||||
use {'hrsh7th/nvim-compe',
|
use {'hrsh7th/nvim-compe',
|
||||||
config = function()
|
config = function()
|
||||||
|
|
@ -105,4 +106,5 @@ return packer.startup(function(use)
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue