diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2025-11-07 14:31:09 +0100 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2025-11-07 14:31:09 +0100 |
| commit | 99829d8168a17cbdf9c6464ff784eb28a82b88af (patch) | |
| tree | 1bf3f98e875086fbc4d942b57f98c87f98e5562b /nvim/lua | |
| parent | 9fede0e0d93bd8c8240661b6a35cf564d6bde2f3 (diff) | |
Update TS tools, drop nvim-lspconfig dependency
Diffstat (limited to 'nvim/lua')
| -rw-r--r-- | nvim/lua/config/lazy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 18fb522..7a35945 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -54,7 +54,7 @@ require("lazy").setup({ }, { "pmizio/typescript-tools.nvim", - dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" }, + dependencies = { "nvim-lua/plenary.nvim" }, opts = {}, }, { "prettier/vim-prettier" }, |
