diff --git a/modules/editor.nix b/modules/editor.nix index 3dbc3d2..c36ef41 100644 --- a/modules/editor.nix +++ b/modules/editor.nix @@ -35,13 +35,6 @@ } ''; } - /* - { - plugin = satellite-nvim; - type = "lua"; - config = ''require('satellite').setup()''; - } - */ { plugin = gitsigns-nvim; type = "lua"; @@ -79,9 +72,7 @@ config = '' require('nvim-cursorline').setup { cursorline = { - enable = true, - timeout = 1000, - number = false, + enable = false, }, cursorword = { enable = true, @@ -108,14 +99,6 @@ plugin = clipboard-image-nvim; type = "lua"; } - { - plugin = nvim-colorizer-lua; - type = "lua"; - # Note: supposed to add this line at the end? - config = '' - require 'colorizer'.setup() - ''; - } ]; }; editorconfig = {