diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2025-10-21 14:38:06 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2025-10-21 14:38:06 +0200 |
| commit | 46755ad55a3defe545a667783260de60dbc03cb7 (patch) | |
| tree | 164c17bc1c15eacddb2aa87dc417d1031a24d36f /nvim/lua/config | |
| parent | f632baea1a22a42e88c73c0e50a245214b3bc399 (diff) | |
Install typescript LSP
Diffstat (limited to 'nvim/lua/config')
| -rw-r--r-- | nvim/lua/config/lazy.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 07edc6f..122bfa0 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -52,6 +52,11 @@ require("lazy").setup({ require("nvim-surround").setup({}) end }, + { + "pmizio/typescript-tools.nvim", + dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" }, + opts = {}, + } }, install = { colorscheme = { "gruvbox" } }, checker = { enabled = true }, |
