Skip to content

Commit

Permalink
fix(plugins): remove lazyredraw option
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Mar 13, 2023
1 parent ad236af commit b35768a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/config/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ local options = {
foldlevelstart = 99, --- Expand all folds by default
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
-- lazyredraw = true, --- Makes macros faster & prevent errors in complicated mappings
mouse = "a", --- Enable mouse
number = true, --- Shows current line number
pumheight = 10, --- Max num of items in completion menu
relativenumber = true, --- Enables relative number
scrolloff = 8, --- Always keep space when scrolling to bottom/top edge
shiftwidth = 2, --- Change a number of space characeters inseted for indentation
shiftwidth = 2, --- Change a number of space characters inserted for indentation
showtabline = 2, --- Always show tabs
signcolumn = "yes:2", --- Add extra sign column next to line number
smartcase = true, --- Uses case in search
Expand Down

0 comments on commit b35768a

Please sign in to comment.