From ef3c406c013d8b751a02a5335a771cba87d1d3a3 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:41:38 +0000 Subject: Delete nvim directory --- nvim/lua/plugins/treesitter.lua | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 nvim/lua/plugins/treesitter.lua (limited to 'nvim/lua/plugins/treesitter.lua') diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua deleted file mode 100644 index 4b0360f..0000000 --- a/nvim/lua/plugins/treesitter.lua +++ /dev/null @@ -1,14 +0,0 @@ -return { - ensure_installed = { - "lua", - "vim", - "vimdoc", - }, - - highlight = { - enable = true, - use_languagetree = true, - }, - - indent.enable = true, -} -- cgit v1.2.3