Starting to move all vim to lua
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user