mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
feat(plugins): add various new Lua plugins for Neovim configuration. feat(plugins): add venv-selector, vim-maximizer, and vim-tmux-navigator plugins to enhance functionality
12 lines
206 B
Lua
12 lines
206 B
Lua
return {
|
|
"OXY2DEV/markview.nvim",
|
|
lazy = false,
|
|
opts = {
|
|
preview = {
|
|
filetypes = { "markdown", "codecompanion" },
|
|
ignore_buftypes = {},
|
|
},
|
|
experimental = { check_rtp_message = false },
|
|
},
|
|
}
|