all repos

init.lua @ 6f6d380

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
refactor(markview): switch to dev branch
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-01-23 15:28:23 +0200
Parent: a4ef93d
M lua/plugins/core.lua

@@ -8,7 +8,7 @@ { "tpope/vim-speeddating", keys = { "<C-a>", "<C-x>" } },

{ "tweekmonster/helpful.vim", cmd = "HelpfulVersion" }, { "wakatime/vim-wakatime", event = "VeryLazy" }, { "pmizio/typescript-tools.nvim", ft = { "typescript" }, config = true }, - { "OXY2DEV/markview.nvim", ft = { "markdown" } }, + { "OXY2DEV/markview.nvim", ft = { "markdown" }, branch = "dev" }, { "folke/tokyonight.nvim", opts = { style = "night" },