From 31c469079f077bc2115887554ef0dbaad637a88d Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 11 Dec 2022 22:14:42 +0100 Subject: init desktop branch --- .config/nvim/lua/user/plugins/treesitter.lua | 31 ---------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .config/nvim/lua/user/plugins/treesitter.lua (limited to '.config/nvim/lua/user/plugins/treesitter.lua') diff --git a/.config/nvim/lua/user/plugins/treesitter.lua b/.config/nvim/lua/user/plugins/treesitter.lua deleted file mode 100644 index 32c74ee..0000000 --- a/.config/nvim/lua/user/plugins/treesitter.lua +++ /dev/null @@ -1,31 +0,0 @@ -require('nvim-treesitter.configs').setup { - indent = { - enable = true, - disable = { 'html' }, - }, - highlight = { - enable = true, - disable = { 'NvimTree' }, - additional_vim_regex_highlighting = true, - }, - textobjects = { - select = { - enable = true, - lookahead = true, - keymaps = { - ['ia'] = '@parameter.inner', - -- ['aa'] = { - -- php = "" '@parameter.outer', - - -- python = "(function_definition) @function", - -- cpp = "(function_definition) @function", - -- c = "(function_definition) @function", - -- java = "(method_declaration) @function", - -- }, - }, - }, - }, - context_commentstring = { - enable = true, - }, -} -- cgit v1.2.3