Enable autocompletion 💬

This commit is contained in:
Anas Elgarhy 2022-05-03 16:26:44 +02:00
parent 44a787e6eb
commit 3aea83aa81

View file

@ -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"'))