Skip to content

Commit

Permalink
add easymotion, improve colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Nov 24, 2023
1 parent d33c41c commit 46f90cd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion home-manager/mac/local-modules/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,13 @@ in
nmap("<leader>fh", ":Telescope help_tags<cr>")
'';
}
lightspeed-nvim

{
plugin = vim-easymotion;
config = ''
nmap s <Plug>(easymotion-s)
'';
}

# WildMenu
{
Expand Down Expand Up @@ -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' },
Expand Down

0 comments on commit 46f90cd

Please sign in to comment.