Skip to content

Commit

Permalink
config(nvim): show all
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jul 31, 2024
1 parent e243158 commit 8f6c114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -297,13 +297,7 @@ require("lazy").setup({
"\\.bin$",
"\\.class$",
"\\.exe$",
"\\.hex$",
"\\.jpeg$",
"\\.jpg$",
"\\.out$",
"\\.pdf$",
"\\.png$",
"\\.zip$",
"^\\.DS_Store$",
"^\\.git$",
"^\\.idea$",
Expand Down Expand Up @@ -668,7 +662,7 @@ require("lazy").setup({
"David-Kunz/gen.nvim",
config = function()
require("gen").setup({
model = "codellama",
model = "codellama:latest",
display_mode = "split",
show_model = true,
})
Expand Down
2 changes: 1 addition & 1 deletion data/zed/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": "1",
"provider": {
"default_model": {
"name": "codegemma",
"name": "codellama:latest",
"max_tokens": 2048,
"keep_alive": -1
},
Expand Down

0 comments on commit 8f6c114

Please sign in to comment.