no coq for latex
This commit is contained in:
+18
-18
@@ -18,32 +18,32 @@ o.termguicolors = true
|
||||
|
||||
|
||||
vim.cmd('colorscheme theme')
|
||||
vim.g.airline_theme='theme'
|
||||
vim.g.airline_theme = 'theme'
|
||||
|
||||
map('n', '<Leader>s', ':%s//g<Left><Left>', {})
|
||||
map('n', '<Leader>e', ':make!<CR>', {noremap = true})
|
||||
map('n', '<C-o>', ':cclose<CR>', {noremap = true})
|
||||
map('n', '<C-L>', ':nohlsearch<CR><C-L>', {noremap = true, silent = true})
|
||||
map('n', ';', ':', {noremap = true})
|
||||
map('v', ';', ':', {noremap = true})
|
||||
map('n', '<Leader>e', ':make!<CR>', { noremap = true })
|
||||
map('n', '<C-o>', ':cclose<CR>', { noremap = true })
|
||||
map('n', '<C-L>', ':nohlsearch<CR><C-L>', { noremap = true, silent = true })
|
||||
map('n', ';', ':', { noremap = true })
|
||||
map('v', ';', ':', { noremap = true })
|
||||
|
||||
for i = 1,9,1 do
|
||||
map('', '<Leader>' .. tostring(i), tostring(i) .. 'gt', {noremap = true})
|
||||
for i = 1, 9, 1 do
|
||||
map('', '<Leader>' .. tostring(i), tostring(i) .. 'gt', { noremap = true })
|
||||
end
|
||||
|
||||
map('n', '<C-Left>', ':tabprevious<CR>', {noremap = true})
|
||||
map('n', '<C-Right>', ':tabnext<CR>', {noremap = true})
|
||||
map('', '<Leader>0', ':tablast<CR>', {noremap = true})
|
||||
map('n', 'ZX', '<Cmd>q<CR>', {noremap = true, silent = true})
|
||||
map('n', '<C-Left>', ':tabprevious<CR>', { noremap = true })
|
||||
map('n', '<C-Right>', ':tabnext<CR>', { noremap = true })
|
||||
map('', '<Leader>0', ':tablast<CR>', { noremap = true })
|
||||
map('n', 'ZX', '<Cmd>q<CR>', { noremap = true, silent = true })
|
||||
|
||||
map('t', '<Esc>', '<C-\\><C-n>', {noremap = true})
|
||||
map('t', '<Esc>', '<C-\\><C-n>', { noremap = true })
|
||||
|
||||
o.list=true
|
||||
o.list = true
|
||||
o.listchars = {
|
||||
tab = '▸ ',
|
||||
eol = '¬',
|
||||
trail = '·',
|
||||
extends = '›'
|
||||
tab = '▸ ',
|
||||
eol = '¬',
|
||||
trail = '·',
|
||||
extends = '›'
|
||||
}
|
||||
|
||||
vim.cmd [[
|
||||
|
||||
Reference in New Issue
Block a user