Skip to content

Commit

Permalink
chore: remove unnecessary option, extend comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Aug 19, 2024
1 parent 6493cbc commit 1506ffd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/nxvim/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ nx.set({
termguicolors = true, -- set term gui colors
timeoutlen = 350, -- time to wait for a mapped sequence to complete
title = true, -- show filename and path in application window title
titlelen = 50, -- percentage of columns to use before shortening the title
sessionoptions__append = "globals",
laststatus = 3, -- global statusline
-- Auxiliary files
Expand All @@ -29,7 +28,7 @@ nx.set({
-- Search
hlsearch = true, -- highlight matches in previous search pattern
ignorecase = true, -- ignore case in search patterns
smartcase = true, -- use smart case
smartcase = true, -- use smart case, works in conjunction with ignorecase
-- Windows
equalalways = false, -- force equal window size on split
splitbelow = true, -- force horizontal splits below
Expand Down

0 comments on commit 1506ffd

Please sign in to comment.