# HG changeset patch # User Meredith Howard # Date 1713979953 18000 # Node ID ecfcc61310d4176ea16b32420377377085c7b129 # Parent 52033d249bcb156d3d2f714d5991b9cf76e81eb0 Drop redundant treesitter-endwise init diff --git a/.config/nvim/lua/plugins/editing.lua b/.config/nvim/lua/plugins/editing.lua --- 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" },