Enable autocompletion 💬
This commit is contained in:
parent
44a787e6eb
commit
3aea83aa81
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ set encoding=UTF-8
|
|||
set clipboard+=unnamedplus " Allow nvim to copy/paste from/to the clipboard"
|
||||
|
||||
syntax on " Enable syntax highlighting
|
||||
set wildmode=longest,list,full " Enable autocompletion
|
||||
|
||||
" Install vim-plug if not already installed
|
||||
if ! filereadable(system('echo -n "${XDG_CONFIG_HOME:-$HOME/.config}/nvim/autoload/plug.vim"'))
|
||||
|
|
Loading…
Reference in a new issue