adding plugins
This commit is contained in:
parent
1438e585c3
commit
fec2cc485e
3 changed files with 19 additions and 8 deletions
|
|
@ -1,10 +1,10 @@
|
|||
return {
|
||||
'vxpm/ferris.nvim',
|
||||
opts = {
|
||||
-- your options here
|
||||
-- If true, will automatically create commands for each LSP method
|
||||
create_commands = true, -- bool
|
||||
-- Handler for URL's (used for opening documentation)
|
||||
url_handler = "xdg-open", -- string | function(string)
|
||||
}
|
||||
'vxpm/ferris.nvim',
|
||||
opts = {
|
||||
-- your options here
|
||||
-- if true, will automatically create commands for each lsp method
|
||||
create_commands = true, -- bool
|
||||
-- handler for url's (used for opening documentation)
|
||||
url_handler = "xdg-open", -- string | function(string)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue