let mapleader=" " " Basic stuff set mouse=a set nocompatible set nohlsearch filetype plugin on syntax on set encoding=utf-8 set number set termguicolors " Enable spell checking, s for spell check map se :setlocal spell! spelllang=en map sr :setlocal spell! spelllang=ro " Easier Write and Quit aliases nnoremap q :q nnoremap Q :wq nnoremap w :w " ### " # Plugins " ### call plug#begin('~/.local/share/nvim/plugged') Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' } call plug#end() " hexokinase let g:Hexokinase_refreshEvents = ['InsertLeave'] let g:Hexokinase_highlighters = ['backgroundfull'] autocmd VimEnter * HexokinaseTurnOn " ### " # Key Remapping " ### map :source ~/.config/nvim/init.vim