mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-30 22:46:10 +02:00
neovim: Remove broken plugins
As nice as it would be to use nvim-cursorline, it simply causes too many issues with other files, throwing errors on each cursor movement.
This commit is contained in:
parent
71214a7d3a
commit
a3e21ba90d
20
home.nix
20
home.nix
@ -942,22 +942,6 @@
|
|||||||
type = "lua";
|
type = "lua";
|
||||||
config = "require('lualine').setup()";
|
config = "require('lualine').setup()";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
plugin = nvim-cursorline;
|
|
||||||
type = "lua";
|
|
||||||
config = ''
|
|
||||||
require('nvim-cursorline').setup {
|
|
||||||
cursorline = {
|
|
||||||
enable = false,
|
|
||||||
},
|
|
||||||
cursorword = {
|
|
||||||
enable = true,
|
|
||||||
min_length = 3,
|
|
||||||
hl = { underline = true },
|
|
||||||
}
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
plugin = comment-nvim;
|
plugin = comment-nvim;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
@ -967,10 +951,6 @@
|
|||||||
plugin = plenary-nvim;
|
plugin = plenary-nvim;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
plugin = clipboard-image-nvim;
|
|
||||||
type = "lua";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
plugin = vimtex;
|
plugin = vimtex;
|
||||||
config = ''
|
config = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user