mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 04:56:34 +05:30
add gen plugin
This commit is contained in:
10
pkgs/nvchad/custom/configs/gen.lua
Normal file
10
pkgs/nvchad/custom/configs/gen.lua
Normal file
@ -0,0 +1,10 @@
|
||||
local opts = {
|
||||
model = "deepseek-coder:6.7b",
|
||||
display_mode = "float",
|
||||
show_prompt = true,
|
||||
show_model = true,
|
||||
no_auto_close = false,
|
||||
debug = false,
|
||||
}
|
||||
|
||||
return opts
|
@ -29,6 +29,13 @@ local plugins = {
|
||||
-- require("custom.configs.nvim-lint")
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
"David-Kunz/gen.nvim",
|
||||
lazy = false,
|
||||
opts = function()
|
||||
return require("custom.configs.gen")
|
||||
end,
|
||||
},
|
||||
{
|
||||
"Shatur/neovim-session-manager",
|
||||
dependencies = {
|
||||
|
Reference in New Issue
Block a user