more lsp services
This commit is contained in:
parent
e799b44d24
commit
657f0a6910
2 changed files with 44 additions and 7 deletions
|
|
@ -10,4 +10,17 @@ return {
|
|||
vim.cmd 'Copilot setup'
|
||||
end,
|
||||
},
|
||||
{
|
||||
'pmizio/typescript-tools.nvim',
|
||||
requires = { 'nvim-lua/plenary.nvim', 'neovim/nvim-lspconfig' },
|
||||
config = function()
|
||||
require('typescript-tools').setup {
|
||||
settings = {
|
||||
tsserver_plugins = {
|
||||
'@styled/typescript-styled-plugin',
|
||||
},
|
||||
},
|
||||
}
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue