Starting to move all vim to lua

This commit is contained in:
2024-04-07 08:20:02 +02:00
parent 49dfe769ed
commit 29f798abc7
4 changed files with 17 additions and 17 deletions

View File

@@ -1,21 +1,6 @@
set nocompatible
filetype on
filetype plugin on
syntax on
" colorscheme vim-monokai-tasty
colorscheme slate
" open builtin terminal
function OpenTerm()
20 split
terminal
endfunction
nnoremap <C-t> :call OpenTerm()<CR>
set splitright
set splitbelow
set clipboard+=unnamedplus
" set spellcheck according to Filetype