pls
This commit is contained in:
parent
224e945e9c
commit
114a1d8d13
3 changed files with 35 additions and 0 deletions
5
lua/plugins/far.lua
Normal file
5
lua/plugins/far.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
'brooth/far.vim',
|
||||||
|
},
|
||||||
|
}
|
||||||
7
lua/plugins/git-dev.lua
Normal file
7
lua/plugins/git-dev.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
'moyiz/git-dev.nvim',
|
||||||
|
cmd = { 'GitDevOpen', 'GitDevCleanAll' },
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
|
}
|
||||||
23
lua/plugins/nvim-ufo.lua
Normal file
23
lua/plugins/nvim-ufo.lua
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
'kevinhwang91/nvim-ufo',
|
||||||
|
dependencies = { 'kevinhwang91/promise-async' },
|
||||||
|
opts = {
|
||||||
|
open_fold_hl_timeout = 400,
|
||||||
|
close_fold_kinds_for_ft = { 'imports', 'comment' },
|
||||||
|
preview = {
|
||||||
|
win_config = {
|
||||||
|
border = { '', '─', '', '', '', '─', '', '' },
|
||||||
|
winhighlight = 'Normal:Folded',
|
||||||
|
winblend = 0,
|
||||||
|
},
|
||||||
|
mappings = {
|
||||||
|
scrollU = '<C-u>',
|
||||||
|
scrollD = '<C-d>',
|
||||||
|
jumpTop = '[',
|
||||||
|
jumpBot = ']',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue