Skip to content

Commit

Permalink
refactor(nvim): disable 'foldtext' to show highlighted code
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Apr 9, 2024
1 parent af17d0c commit 9ce00b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim/plugin/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ opt.foldopen = { -- Specifies for which type of commands folds will be opened.
'tag', -- Jumping to a tag: ":ta", CTRL-T, etc.
'undo', -- Undo or redo: "u" and CTRL-R.
}
opt.foldtext = '' -- Disable fold text.
opt.grepprg = 'grep ' -- Program to use for the :grep command.
.. '--line-number '
.. '--binary-file="without-match" '
Expand Down

0 comments on commit 9ce00b7

Please sign in to comment.