.config/nvim/lua/plugins/editing.lua

changeset 1151
ecfcc61310d4
parent 1141
00240c15eca5
child 1167
f5f84f890974
--- 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