diff options
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 = { |
