mirror of
https://github.com/halfdan/dotfiles.git
synced 2026-05-09 04:16:20 +00:00
Update neovim, ghostty
This commit is contained in:
@@ -81,4 +81,21 @@ return {
|
||||
install_and_start()
|
||||
end
|
||||
},
|
||||
{
|
||||
{
|
||||
"meanderingprogrammer/treesitter-modules.nvim",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||
opts = {
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
init_selection = "<A-o>",
|
||||
node_incremental = "<A-o>",
|
||||
scope_incremental = "<A-O>",
|
||||
node_decremental = "<A-i>",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user