From b91ee8da3ef2c1c154833b4b6e99250fe2c280e7 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 10 Feb 2023 11:19:21 +0200 Subject: Removed all nvim files --- .config/nvim/lua/plugins/treesitter.lua | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .config/nvim/lua/plugins/treesitter.lua (limited to '.config/nvim/lua/plugins/treesitter.lua') diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua deleted file mode 100644 index 7f481d3..0000000 --- a/.config/nvim/lua/plugins/treesitter.lua +++ /dev/null @@ -1,31 +0,0 @@ -require'nvim-treesitter.configs'.setup { - -- A list of parser names, or "all" (the four listed parsers should always be installed) - - ensure_installed = { - "c", - "bash", - "lua", - "rust", - }, - --ensure_installed = "all", -- one of "all" or a list of languages - --ignore_install = { "" }, -- List of parsers to ignore installing - sync_install = false, - auto_install = true, - highlight = { - enable = false, - disable = {}, - }, - indent = { - enable = true, - disable = {}, - --disable = { "python", "css" } - }, - autotag = { - enable = true, - }, -} ---vim.opt.foldmethod = "expr" ---vim.opt.foldexpr = "nvim_treesitter#foldexpr()" - ---local parser_config = require "nvim-treesitter.parsers".get_parser_configs() ---parser_config.tsx.filetype_to_parsername = { "javascript", "typescript.tsx" } -- cgit v1.2.3