Skip to content

Commit

Permalink
feat(nvim): better-escape.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 8, 2023
1 parent 0c799b4 commit 8721814
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/neovim/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ require("user.harpoon")
require("user.telescope")
require("user.fugitive")
require("auto-hlsearch").setup()
require("better_escape").setup({
mapping = { "jk", "kj" },
timeout = 100,
})

--
-- CODING
Expand Down
1 change: 1 addition & 0 deletions modules/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ in
auto-hlsearch-nvim
zk-nvim
vim-tmux-navigator
better-escape-nvim

# coding
nvim-lspconfig
Expand Down

0 comments on commit 8721814

Please sign in to comment.