Disable window resizing shortcuts and treesitter indentation
This commit is contained in:
parent
0709895f27
commit
9177beefdf
3 changed files with 9 additions and 9 deletions
|
|
@ -11,7 +11,7 @@ require('nvim-treesitter.configs').setup {
|
|||
auto_install = false,
|
||||
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
-- indent = { enable = true },
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue