nvim changes
This commit is contained in:
parent
897dbd76f9
commit
951c29c4c8
@ -832,9 +832,9 @@ require('lazy').setup({
|
||||
model = 'dolphin-llama3', -- The default model to use.
|
||||
host = 'localhost', -- The host running the Ollama service.
|
||||
port = '11434', -- The port on which the Ollama service is listening.
|
||||
display_mode = 'split', -- The display mode. Can be "float" or "split".
|
||||
show_prompt = false, -- Shows the Prompt submitted to Ollama.
|
||||
show_model = false, -- Displays which model you are using at the beginning of your chat session.
|
||||
display_mode = 'float', -- The display mode. Can be "float" or "split".
|
||||
show_prompt = true, -- Shows the Prompt submitted to Ollama.
|
||||
show_model = true, -- Displays which model you are using at the beginning of your chat session.
|
||||
no_auto_close = false, -- Never closes the window automatically.
|
||||
init = function(options)
|
||||
pcall(io.popen, 'ollama serve > /dev/null 2>&1 &')
|
||||
|
6
nvim/lua/custom/plugins/supermaven.lua
Normal file
6
nvim/lua/custom/plugins/supermaven.lua
Normal file
@ -0,0 +1,6 @@
|
||||
return {
|
||||
'supermaven-inc/supermaven-nvim',
|
||||
config = function()
|
||||
require('supermaven-nvim').setup {}
|
||||
end,
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user