set nocompatible filetype on filetype plugin on syntax on " colorscheme vim-monokai-tasty colorscheme default " open builtin terminal function OpenTerm() 10 split terminal endfunction nnoremap :call OpenTerm() set splitright set splitbelow set clipboard+=unnamedplus " set spellcheck according to Filetype autocmd VimEnter * set spell spelllang=en_us function Litde() set spell spelllang=de_de endfunction function Liten() set spell spelllang=en_us endfunction nnoremap :call Liten() nnoremap :call Litde() " Theme nnoremap :colo tokyonight-day nnoremap :colo tokyonight-night " Try transparent nvim highlight Normal guibg=none highlight NonText guibg=none highlight Normal ctermbg=none highlight NonText ctermbg=none " Autocmd safe on markdown autocmd! CursorHold,CursorHoldI *.md w