Skip to content

Commit

Permalink
fix: Noice autocompletion on first tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Mar 10, 2024
1 parent 8e92530 commit 0ee0c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/config/defaults/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ return {
undolevels = 1000,
updatetime = 300, -- faster completion
wildignorecase = true, -- When set case is ignored when completing file names and directories
wildmode = "longest:full,full", -- Command-line completion mode
wildmode = "full", -- Command-line completion mode
winminwidth = 5, -- minimum window width
wildignore = [[
.git,.hg,.svn
Expand Down

0 comments on commit 0ee0c77

Please sign in to comment.