diff --git a/home-manager/mac/local-modules/neovim.nix b/home-manager/mac/local-modules/neovim.nix index 533709a..9559ede 100644 --- a/home-manager/mac/local-modules/neovim.nix +++ b/home-manager/mac/local-modules/neovim.nix @@ -226,7 +226,13 @@ in nmap("fh", ":Telescope help_tags") ''; } - lightspeed-nvim + + { + plugin = vim-easymotion; + config = '' + nmap s (easymotion-s) + ''; + } # WildMenu { @@ -294,6 +300,7 @@ in require('material').setup({ custom_highlights = { LineNr = { fg = '#6E98EB'}, + CursorLineNr = { fg = '#89DDFF'}, CocMenuSel = { fg = '#000000', bg = '#89DDFF' }, Structure = { fg = '#89DDFF'}, Identifier = { fg = '#F78C6C' },