Skip to content

Commit

Permalink
[nvim] Group wildmenu settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MikelAlejoBR committed Jul 13, 2019
1 parent 3cb4a2b commit f88012b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions nvim/.config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
set colorcolumn=80 " Highlight 80th column
set number " Enable line numbers
set termguicolors " Enable 24-bit colors
set wildmenu " Enable menu at the bottom
set wildmode=list:longest " List all matches and complete until longest common string
set wildmode+=full " Complete the next full match
syntax on " Enable syntax highlighting
"
" search {
Expand All @@ -26,5 +23,11 @@
set background=light " Set background color
colorscheme solarized8 " Set color scheme to solarized
" }

" wildmenu {
set wildmenu " Enable menu at the bottom
set wildmode=list:longest " List all matches and complete until longest common string
set wildmode+=full " Complete the next full match
" }
" }
" }

0 comments on commit f88012b

Please sign in to comment.