diff --git a/hosts/common/programs/neovim.nix b/hosts/common/programs/neovim.nix index 80a2fe531..4bf65aa50 100644 --- a/hosts/common/programs/neovim.nix +++ b/hosts/common/programs/neovim.nix @@ -22,6 +22,7 @@ let ]); type = "lua"; config = '' + -- lifted mostly from readme: require'nvim-treesitter.configs'.setup { highlight = { enable = true, @@ -37,7 +38,7 @@ let keymaps = { init_selection = "gnn", node_incremental = "grn", - mcope_incremental = "grc", + scope_incremental = "grc", node_decremental = "grm" } },