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

changeset 1101
40419d8e3cbb
parent 1100
27bf2b97c98f
child 1126
fe77c5eed375
equal deleted inserted replaced
1100:27bf2b97c98f 1101:40419d8e3cbb
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 cond = function()
39 return vim.fn.has("nvim-0.9") == 0
40 end,
39 }, 41 },
40 42
41 "tpope/vim-unimpaired", 43 "tpope/vim-unimpaired",
42 "tomtom/tcomment_vim", 44 "tomtom/tcomment_vim",
43 "tpope/vim-endwise", 45 "tpope/vim-endwise",

mercurial