Enable syntax highlighting ✏
This commit is contained in:
parent
07306e2a18
commit
2906d48260
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
:set encoding=UTF-8
|
||||
:set clipboard+=unnamedplus " Allow nvim to copy/paste from/to the clipboard"
|
||||
|
||||
syntax on " Enable syntax highlighting
|
||||
|
||||
" Install vim-plug if not already installed
|
||||
if ! filereadable(system('echo -n "${XDG_CONFIG_HOME:-$HOME/.config}/nvim/autoload/plug.vim"'))
|
||||
echo "Downloading junegunn/vim-plug to manage plugins..."
|
||||
|
|
Loading…
Reference in a new issue