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

changeset 1151
ecfcc61310d4
parent 1141
00240c15eca5
child 1167
f5f84f890974
equal deleted inserted replaced
1150:52033d249bcb 1151:ecfcc61310d4
65 }, 65 },
66 66
67 -- "tpope/vim-endwise", 67 -- "tpope/vim-endwise",
68 -- treesitter-endwise only applies if the parser is installed. do i want to 68 -- treesitter-endwise only applies if the parser is installed. do i want to
69 -- worry about a fallback? 69 -- worry about a fallback?
70 {
71 "RRethy/nvim-treesitter-endwise",
72 config = function (_,_)
73 require("nvim-treesitter.configs").setup({
74 endwise = { enable = true },
75 })
76 end,
77 },
78 70
79 "godlygeek/tabular", 71 "godlygeek/tabular",
80 { "mbbill/undotree", cmd = "UndotreeToggle" }, 72 { "mbbill/undotree", cmd = "UndotreeToggle" },
81 73
82 "tpope/vim-vinegar", 74 "tpope/vim-vinegar",

mercurial