Update generated neovim config
This commit is contained in:
@ -538,6 +538,10 @@ flash.nvim>lua
|
||||
flash = true
|
||||
<
|
||||
|
||||
fzf-lua>lua
|
||||
fzf = true
|
||||
<
|
||||
|
||||
gitsigns.nvim>lua
|
||||
gitsigns = true
|
||||
<
|
||||
@ -587,6 +591,13 @@ lightspeed.nvim>lua
|
||||
lightspeed = false
|
||||
<
|
||||
|
||||
lir.nvim>lua
|
||||
lir = {
|
||||
enabled = false,
|
||||
git_status = false
|
||||
}
|
||||
<
|
||||
|
||||
lspsaga.nvim>lua
|
||||
lsp_saga = false
|
||||
<
|
||||
@ -790,7 +801,7 @@ Here is how you can use them.
|
||||
|
||||
To use another flavour just replace `mocha` with the one you want to use.
|
||||
|
||||
render-markdown (markdown.nvim)>lua
|
||||
render-markdown.nvim>lua
|
||||
render_markdown = true
|
||||
<
|
||||
|
||||
@ -830,6 +841,10 @@ Use this to set it up:
|
||||
let g:clap_theme = 'catppuccin'
|
||||
<
|
||||
|
||||
vim-dadbod-ui>lua
|
||||
dadbod_ui = false
|
||||
<
|
||||
|
||||
vim-gitgutter>lua
|
||||
gitgutter = false
|
||||
<
|
||||
|
||||
Reference in New Issue
Block a user