1099:28f3c3900576 | 1100:27bf2b97c98f |
---|---|
33 | 33 |
34 return { | 34 return { |
35 { | 35 { |
36 "editorconfig/editorconfig-vim", | 36 "editorconfig/editorconfig-vim", |
37 event = { "BufReadPost", "BufNewFile" }, | 37 event = { "BufReadPost", "BufNewFile" }, |
38 cond = function() return vim.fn.has("nvim-0.9") == 0 end, | |
38 }, | 39 }, |
39 | 40 |
40 "tpope/vim-unimpaired", | 41 "tpope/vim-unimpaired", |
41 "tomtom/tcomment_vim", | 42 "tomtom/tcomment_vim", |
42 "tpope/vim-endwise", | 43 "tpope/vim-endwise", |