refactor(nvim): remove unecessary cursorhold plugin
Fixed in Neovim core 🙂
This commit is contained in:
parent
b2dbf1df74
commit
2b141a26e8
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user