mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
small fix
This commit is contained in:
@@ -4,7 +4,7 @@ return {
|
||||
dependencies = { 'kevinhwang91/promise-async' },
|
||||
opts = {
|
||||
open_fold_hl_timeout = 400,
|
||||
close_fold_kinds_for_ft = { 'imports', 'comment' },
|
||||
close_fold_kinds_for_ft = { default = { 'imports', 'comment' } },
|
||||
preview = {
|
||||
win_config = {
|
||||
border = { '', '─', '', '', '', '─', '', '' },
|
||||
|
||||
Reference in New Issue
Block a user