mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
update nvchad to 2.5.0
This commit is contained in:
10
pkgs/nvchad/nvim/lua/configs/gen.lua
Normal file
10
pkgs/nvchad/nvim/lua/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
|
Reference in New Issue
Block a user