mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
fixed
This commit is contained in:
parent
b74371aef5
commit
2416989edb
1 changed files with 4 additions and 1 deletions
|
|
@ -88,7 +88,10 @@ return packer.startup(function(use)
|
|||
-- LSP Config
|
||||
use 'neovim/nvim-lspconfig'
|
||||
use { 'dundalek/lazy-lsp.nvim',
|
||||
requires = { 'neovim/nvim-lspconfig' }
|
||||
requires = {
|
||||
'neovim/nvim-lspconfig',
|
||||
'ray-x/lsp_signature.nvim'
|
||||
}
|
||||
}
|
||||
require'lspconfig'.tailwindcss.setup{}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue