spell
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user