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
8 lines
111 B
Lua
8 lines
111 B
Lua
return {
|
|
enabled = false,
|
|
"petobens/poet-v",
|
|
config = function()
|
|
require("absolute.after.poet-v")
|
|
end,
|
|
}
|