Update 21.07.23

This commit is contained in:
2023-07-21 22:29:43 +02:00
parent 29a0d2ee30
commit 25bc8e05c4
3 changed files with 26 additions and 0 deletions
+10
View File
@@ -3,6 +3,16 @@
local default_plugins = {
"nvim-lua/plenary.nvim",
"rebelot/kanagawa.nvim",
{
"iamcco/markdown-preview.nvim",
run = "cd app && npm install",
lazy = false,
setup = function()
vim.g.mkdp_filetypes = { "markdown" }
end,
ft = { "markdown" },
},
{"tpope/vim-fugitive", lazy=false},
{"rbong/vim-flog", lazy=false},
{"tpope/vim-surround", lazy=false},