refactor(nvim): remove unecessary cursorhold plugin

Fixed in Neovim core 🙂
This commit is contained in:
Price Hiller 2023-10-13 12:31:57 -05:00
parent b2dbf1df74
commit 2b141a26e8
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -35,9 +35,6 @@ return {
{ {
"kosayoda/nvim-lightbulb", "kosayoda/nvim-lightbulb",
event = "LspAttach", event = "LspAttach",
dependencies = {
"antoinemadec/FixCursorHold.nvim",
},
opts = function() opts = function()
local text_icon = "" local text_icon = ""
local nvim_lightbulb = require("nvim-lightbulb") local nvim_lightbulb = require("nvim-lightbulb")