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

changeset 1167
f5f84f890974
parent 1151
ecfcc61310d4
equal deleted inserted replaced
1166:34bf03fa07e4 1167:f5f84f890974
30 "167", 30 "167",
31 "136", 31 "136",
32 } 32 }
33 33
34 return { 34 return {
35 {
36 "editorconfig/editorconfig-vim",
37 event = { "BufReadPost", "BufNewFile" },
38 cond = function()
39 return vim.fn.has("nvim-0.9") == 0
40 end,
41 },
42
43 "tpope/vim-unimpaired", 35 "tpope/vim-unimpaired",
44 "tomtom/tcomment_vim", 36 "tomtom/tcomment_vim",
45 37
46 { 38 {
47 "windwp/nvim-autopairs", 39 "windwp/nvim-autopairs",

mercurial