Wed, 24 Apr 2024 12:32:33 -0500
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" },