set nocompatible filetype on filetype plugin on syntax on " colorscheme vim-monokai-tasty colorscheme slate " 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 vim-monokai-tasty " 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 write