diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-03-16 17:32:35 +0100 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-03-16 17:32:35 +0100 |
| commit | 3c416a2f52fc9c27cdec4f07b1699e2e43a6a213 (patch) | |
| tree | fdd9feb1120066b0ce8a7e692e0bb2cc16c0ee33 /nvim/lua/config/lazy.lua | |
| parent | fd0cb9c96df9e90cfd0db9228c1c3ca0b36bdaa1 (diff) | |
Replace typescript-tools with ts_ls LSP, remove neoscroll
Diffstat (limited to 'nvim/lua/config/lazy.lua')
| -rw-r--r-- | nvim/lua/config/lazy.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 3d83368..44d504b 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -52,11 +52,6 @@ require("lazy").setup({ require("nvim-surround").setup({}) end }, - { - "pmizio/typescript-tools.nvim", - dependencies = { "nvim-lua/plenary.nvim" }, - opts = {}, - }, { "prettier/vim-prettier" }, { "neovim/nvim-lspconfig" }, { "b0o/schemastore.nvim" }, @@ -73,16 +68,6 @@ require("lazy").setup({ end, }, require("config.blink-cmp"), - -- smooth scrolling - { - "karb94/neoscroll.nvim", - opts = { - duration_multiplier = 0.3, - mappings = { - '<C-d>', '<C-u>' - }, - } - }, { "f-person/auto-dark-mode.nvim", opts = { |
