summaryrefslogtreecommitdiff
path: root/neovim/lua/vimrc.lua
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2022-10-30 14:38:35 +0100
committerMike Vink <mike1994vink@gmail.com>2022-10-30 14:38:35 +0100
commit879650c4a49330425e0aad1bb79969dc0e11399b (patch)
treefb121740d4f322c72958b29c124edc49131d2937 /neovim/lua/vimrc.lua
parent18a37da86840c9e111172f5f24ceebe227ca56ed (diff)
update
Diffstat (limited to 'neovim/lua/vimrc.lua')
-rw-r--r--neovim/lua/vimrc.lua7
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()