config(nvim): more llm
parent
e98bc39aa1
commit
6c02ac02d3
|
@ -633,11 +633,23 @@ require("lazy").setup({
|
|||
{
|
||||
"ggml-org/llama.vim",
|
||||
ft = {
|
||||
"bash",
|
||||
"c",
|
||||
"dockerfile",
|
||||
"gitcommit",
|
||||
"go",
|
||||
"json",
|
||||
"just",
|
||||
"lua",
|
||||
"make",
|
||||
"markdown",
|
||||
"plantuml",
|
||||
"proto",
|
||||
"python",
|
||||
"sql",
|
||||
"toml",
|
||||
"typst",
|
||||
"yaml",
|
||||
},
|
||||
init = function()
|
||||
vim.g.llama_config = {
|
||||
|
|
Loading…
Reference in New Issue