diff options
Diffstat (limited to 'neovim/lua/vimrc.lua')
| -rw-r--r-- | neovim/lua/vimrc.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/neovim/lua/vimrc.lua b/neovim/lua/vimrc.lua index fc40e80..f8ae213 100644 --- a/neovim/lua/vimrc.lua +++ b/neovim/lua/vimrc.lua @@ -27,7 +27,14 @@ function M.setup_treesitter() -- Using this option may slow down your editor, and you may see some duplicate highlights. -- Instead of true it can also be a list of languages }, + incremental_selection = { + enable = true, + }, + indent = { + enable = true, + }, } + vim.cmd [[hi link TSParameter Todo]] end function M.setup_rest_nvim() |
