.config/nvim/lua/plugins/filetype.lua

changeset 1174
753971334371
parent 1170
915a78d501d5
equal deleted inserted replaced
1173:79c1553aa040 1174:753971334371
37 }, 37 },
38 }) 38 })
39 end, 39 end,
40 }, 40 },
41 41
42 {
43 "folke/lazydev.nvim",
44 ft = "lua",
45 dependencies = {
46 "Bilal2453/luvit-meta",
47 },
48 opts = { library = { "luvit-meta/library" } },
49 },
50
42 { "Shougo/vinarise.vim", cmd = "Vinarise" }, 51 { "Shougo/vinarise.vim", cmd = "Vinarise" },
43 "asciidoc/vim-asciidoc", 52 "asciidoc/vim-asciidoc",
44 { "vim-perl/vim-perl", branch = "dev" }, 53 { "vim-perl/vim-perl", branch = "dev" },
45 { "yko/mojo.vim", branch = "master" }, 54 { "yko/mojo.vim", branch = "master" },
46 55

mercurial