dots/config/nvim/lua/neoconf/lazy/tungsten.lua
2026-06-05 13:11:08 +02:00

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",
},
},
}