Skip to content

Commit

Permalink
feat(plugins)!: remove neoscroll.nvim
Browse files Browse the repository at this point in the history
Signed-off-by: Jint-lzxy <[email protected]>
  • Loading branch information
Jint-lzxy committed Jun 18, 2024
1 parent d41af47 commit 301fa4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
24 changes: 0 additions & 24 deletions lua/modules/configs/ui/neoscroll.lua

This file was deleted.

6 changes: 0 additions & 6 deletions lua/modules/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ ui["nvim-lualine/lualine.nvim"] = {
event = { "BufReadPost", "BufAdd", "BufNewFile" },
config = require("ui.lualine"),
}
ui["karb94/neoscroll.nvim"] = {
lazy = true,
cond = not vim.g.neovide,
event = { "CursorHold", "CursorHoldI" },
config = require("ui.neoscroll"),
}
ui["zbirenbaum/neodim"] = {
lazy = true,
event = "LspAttach",
Expand Down

0 comments on commit 301fa4e

Please sign in to comment.