adding plugins
This commit is contained in:
parent
1438e585c3
commit
fec2cc485e
|
@ -1,10 +1,10 @@
|
||||||
return {
|
return {
|
||||||
'vxpm/ferris.nvim',
|
'vxpm/ferris.nvim',
|
||||||
opts = {
|
opts = {
|
||||||
-- your options here
|
-- your options here
|
||||||
-- If true, will automatically create commands for each LSP method
|
-- if true, will automatically create commands for each lsp method
|
||||||
create_commands = true, -- bool
|
create_commands = true, -- bool
|
||||||
-- Handler for URL's (used for opening documentation)
|
-- handler for url's (used for opening documentation)
|
||||||
url_handler = "xdg-open", -- string | function(string)
|
url_handler = "xdg-open", -- string | function(string)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
return {
|
||||||
|
'nvim-tree/nvim-web-devicons',
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
return {
|
||||||
|
"gerazov/ollama-chat.nvim",
|
||||||
|
dependencies = {
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
"stevearc/dressing.nvim",
|
||||||
|
"nvim-telescope/telescope.nvim",
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue