mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +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
13 lines
251 B
Lua
13 lines
251 B
Lua
return {
|
|
"akinsho/flutter-tools.nvim",
|
|
enabled = false,
|
|
lazy = false,
|
|
dependencies = {
|
|
"nvim-lua/plenary.nvim",
|
|
"stevearc/dressing.nvim", -- optional for vim.ui.select
|
|
},
|
|
config = function()
|
|
require("absolute.after.flutter-tools")
|
|
end,
|
|
}
|