added ollama integration
This commit is contained in:
parent
5d5dcabad7
commit
96add0cf96
4 changed files with 47 additions and 24 deletions
7
lua/custom/plugins/oil.lua
Normal file
7
lua/custom/plugins/oil.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'stevearc/oil.nvim',
|
||||
opts = {},
|
||||
-- Optional dependencies
|
||||
dependencies = { 'echasnovski/mini.icons' },
|
||||
-- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if prefer nvim-web-devicons
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue