mirror of
https://github.com/hazemKrimi/config.nvim.git
synced 2026-05-01 18:20:26 +00:00
Updates to LSP and keymaps
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ return {
|
||||
-- https://github.com/pmizio/typescript-tools.nvim
|
||||
--
|
||||
-- But for many setups, the LSP (`tsserver`) will work just fine
|
||||
ts_ls = {}, -- tsserver is deprecated
|
||||
-- ts_ls = {}, -- tsserver is deprecated
|
||||
html = {},
|
||||
cssls = {},
|
||||
dockerls = {},
|
||||
|
||||
@@ -16,6 +16,11 @@ return {
|
||||
-- Hints keybinds
|
||||
'folke/which-key.nvim',
|
||||
},
|
||||
{
|
||||
'pmizio/typescript-tools.nvim',
|
||||
dependencies = { 'nvim-lua/plenary.nvim', 'neovim/nvim-lspconfig' },
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
-- Autoclose parentheses, brackets, quotes, etc.
|
||||
'windwp/nvim-autopairs',
|
||||
|
||||
Reference in New Issue
Block a user