chore: remove unused plugin

This commit is contained in:
Fabio Lenherr / DashieTM 2023-02-21 22:38:18 +01:00
parent 374108edce
commit defb419723
2 changed files with 0 additions and 2 deletions

View file

@ -34,4 +34,3 @@ require("nvim-highlight-colors").setup {
enable_named_colors = true, enable_named_colors = true,
enable_tailwind = true, enable_tailwind = true,
} }
require('neoscroll').setup()

View file

@ -56,6 +56,5 @@ Plug('lvimuser/lsp-inlayhints.nvim') -- inlay hints
Plug('preservim/tagbar') -- tags on the right Plug('preservim/tagbar') -- tags on the right
Plug('ggandor/leap.nvim') -- special movement Plug('ggandor/leap.nvim') -- special movement
Plug('brenoprata10/nvim-highlight-colors') -- colors Plug('brenoprata10/nvim-highlight-colors') -- colors
Plug('karb94/neoscroll.nvim')
vim.call("plug#end") vim.call("plug#end")