" Ryo neovim config " https://ryo.nopwd.lol " version: alpha syntax on colorscheme iceberg set spelllang=en_us set spellfile=~/.config/nvim/spell/en.utf-8.add set termguicolors set background=dark set tabstop=4 shiftwidth=4 set autoindent set relativenumber set hlsearch incsearch set scrolloff=10 set ignorecase smartcase set autochdir abbreviate W w abbreviate E e let g:netrw_banner = 0 let g:netrw_winsize = 16 nnoremap nohls nnoremap U nmap w w nmap h h nmap j j nmap k k nmap l l nmap o o nmap q q nmap s s nmap v v nmap zj :bp nmap zk :bn nmap z0 :bd nmap z1 :bd# nmap zb :ls:b nmap e :Lexplore! nmap c :e $MYVIMRC nmap r :wso % nmap m :w:!make nmap f e ~/.config/nvim/after/ftplugin nmap o browse oldfiles nmap t belowright ter nmap s setlocal spell!