add oil, colors

This commit is contained in:
iofq 2023-05-24 05:54:25 -05:00
parent 916bb1bf5d
commit 6e5ab46a79
11 changed files with 139 additions and 72 deletions

View file

@ -11,8 +11,6 @@ require("nvim-treesitter.configs").setup {
enable = true,
lookahead = true,
keymaps = {
['ac'] = '@comment.outer',
['ic'] = '@comment.inner',
["af"] = "@function.outer",
["if"] = "@function.inner",
["aa"] = "@call.inner",
@ -25,18 +23,10 @@ require("nvim-treesitter.configs").setup {
[']]'] = '@function.outer',
[']m'] = '@class.outer',
},
goto_next_end = {
[']['] = '@function.outer',
[']M'] = '@class.outer',
},
goto_previous_start = {
['[['] = '@function.outer',
['[m'] = '@class.outer',
},
goto_previous_end = {
['[]'] = '@function.outer',
['[M'] = '@class.outer',
},
},
},
incremental_selection = {