14 lines
295 B
Lua
14 lines
295 B
Lua
return {
|
|
{
|
|
"B1gum/Tungsten",
|
|
dependencies = {
|
|
"nvim-lua/plenary.nvim",
|
|
"nvim-telescope/telescope.nvim", -- Optional
|
|
"folke/which-key.nvim", -- Optional
|
|
},
|
|
build = "./scripts/install_python_deps.sh", -- This automates the packaging!
|
|
opts = {
|
|
backend = "python",
|
|
},
|
|
},
|
|
}
|