mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-30 14:38:57 +02:00
fix(neovim): Remove colorizer and cursorline
colorizer bugged out presumably due to order being determined by the Nix language. I did not like cursorline however I did think cursorword was cool, so I'm keeping that part of it for now.
This commit is contained in:
parent
053e365978
commit
4e47467c7c
@ -35,13 +35,6 @@
|
|||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
{
|
|
||||||
plugin = satellite-nvim;
|
|
||||||
type = "lua";
|
|
||||||
config = ''require('satellite').setup()'';
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
{
|
{
|
||||||
plugin = gitsigns-nvim;
|
plugin = gitsigns-nvim;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
@ -79,9 +72,7 @@
|
|||||||
config = ''
|
config = ''
|
||||||
require('nvim-cursorline').setup {
|
require('nvim-cursorline').setup {
|
||||||
cursorline = {
|
cursorline = {
|
||||||
enable = true,
|
enable = false,
|
||||||
timeout = 1000,
|
|
||||||
number = false,
|
|
||||||
},
|
},
|
||||||
cursorword = {
|
cursorword = {
|
||||||
enable = true,
|
enable = true,
|
||||||
@ -108,14 +99,6 @@
|
|||||||
plugin = clipboard-image-nvim;
|
plugin = clipboard-image-nvim;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
plugin = nvim-colorizer-lua;
|
|
||||||
type = "lua";
|
|
||||||
# Note: supposed to add this line at the end?
|
|
||||||
config = ''
|
|
||||||
require 'colorizer'.setup()
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
editorconfig = {
|
editorconfig = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user