lualine + noice

This commit is contained in:
m3tam3re 2024-06-11 15:20:04 +02:00
parent b5544ec042
commit 61850c271f

View File

@ -867,7 +867,6 @@ require('lazy').setup({
prompt = 'Review the following code and make concise suggestions:\n```$filetype\n$text\n```', prompt = 'Review the following code and make concise suggestions:\n```$filetype\n$text\n```',
model = 'codellama:latest', model = 'codellama:latest',
} }
require('gen').select_model()
end, end,
vim.keymap.set('n', '<leader>lo', vim.cmd.Gen, { desc = '[O]llama AI' }), vim.keymap.set('n', '<leader>lo', vim.cmd.Gen, { desc = '[O]llama AI' }),
}, },