This commit is contained in:
2022-12-04 16:32:16 -05:00
parent d156927fab
commit efe2f09b17
6 changed files with 31 additions and 6 deletions
+15
View File
@@ -16,6 +16,20 @@ o.viminfo = ''
vim.g.base16colorspace = 256
o.termguicolors = true
vim.cmd [[
augroup spellcheck
au!
au FileType markdown setlocal spell
au FileType plaintex setlocal spell
au FileType tex setlocal spell
au FileType latex setlocal spell
au BufRead,BufNewFile *.md setlocal spell
au BufRead,BufNewFile *.tex setlocal spell
augroup END
]]
o.spelllang = "en_us"
map('i', '<C-L>', '<c-g>u<Esc>[s1z=`]a<c-g>u', { noremap = true })
vim.cmd('colorscheme theme')
vim.g.airline_theme = 'theme'
@@ -46,6 +60,7 @@ o.listchars = {
extends = ''
}
vim.cmd [[
augroup options_guicursor
au!