Skip to content

Commit

Permalink
feat: vim-sneak
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Miliano committed Feb 21, 2023
1 parent 1b87623 commit 84bfe3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ The Solarized colorscheme supports the following plugins:
- [telescope](https://github.com/nvim-telescope/telescope.nvim)
- [dashboard](https://github.com/glepnir/dashboard-nvim)
- [hop](https://github.com/phaazon/hop.nvim)
- [vim-sneak](https://github.com/justinmk/vim-sneak)
- [twilight](https://github.com/folke/twilight.nvim)
- [navic](https://github.com/SmiteshP/nvim-navic)
- [nvim-notify](https://github.com/rcarriga/nvim-notify)
Expand Down
2 changes: 0 additions & 2 deletions lua/solarized/themes/vim_theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@ local function vim_theme(solar, chromatic)
NeoTreeSymbolicLinkTarget = { link = 'NvimTreeSymlink' },
NeoTreeRootName = { link = 'NvimTreeRootFolder' },

-- Lir

-- Lir
LirDir = { fg = colors.red },

Expand Down
3 changes: 3 additions & 0 deletions lua/solarized/themes/vscode_theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,9 @@ local function vscode_theme(solarized, chromatic)
HopNextKey2 = { fg = darken(colors.blue, 1.25) },
HopUnmatched = { fg = darken(colors.fg, 2) },

-- Sneak
Sneak = { link = 'HopNextKey' },

-- TWILIGHT
Twilight = { fg = solarized:is_not_transparent(colors.secondary) },

Expand Down

0 comments on commit 84bfe3b

Please sign in to comment.