Drop redundant treesitter-endwise init

Wed, 24 Apr 2024 12:32:33 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 24 Apr 2024 12:32:33 -0500
changeset 1151
ecfcc61310d4
parent 1150
52033d249bcb
child 1152
59d9ca2ec2fd

Drop redundant treesitter-endwise init

.config/nvim/lua/plugins/editing.lua file | annotate | diff | comparison | revisions
--- a/.config/nvim/lua/plugins/editing.lua
+++ b/.config/nvim/lua/plugins/editing.lua
@@ -67,14 +67,6 @@ return {
   -- "tpope/vim-endwise",
   -- treesitter-endwise only applies if the parser is installed. do i want to
   -- worry about a fallback?
-  {
-    "RRethy/nvim-treesitter-endwise",
-    config = function (_,_)
-      require("nvim-treesitter.configs").setup({
-        endwise = { enable = true },
-      })
-    end,
-  },
 
   "godlygeek/tabular",
   { "mbbill/undotree", cmd = "UndotreeToggle" },

mercurial