Skip to content

Commit

Permalink
fix(settings): set correct fillchars to not show ^ on newest nightly …
Browse files Browse the repository at this point in the history
…in statusbar
  • Loading branch information
ecosse3 committed Jul 13, 2022
1 parent ed8bec4 commit d09c743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ local options = {
expandtab = true, --- Use spaces instead of tabs
foldlevelstart = 99, --- Expand all folds by default
foldtext = "CustomFold()", --- Emit custom function for foldtext
fillchars = "stl: ",
ignorecase = true, --- Needed for smartcase
laststatus = 3, --- Have a global statusline at the bottom instead of one for each window
lazyredraw = true, --- Makes macros faster & prevent errors in complicated mappings
Expand Down

0 comments on commit d09c743

Please sign in to comment.