theme ctl
This commit is contained in:
@@ -11,10 +11,12 @@ o.viminfo = ""
|
||||
-- why viminfo not work
|
||||
o.tabstop = 4
|
||||
o.viminfo = ''
|
||||
vim.g.base16colorspace = 256
|
||||
|
||||
|
||||
o.termguicolors = false
|
||||
vim.cmd('colorscheme wal')
|
||||
vim.g.airline_theme='wal'
|
||||
vim.cmd('colorscheme theme')
|
||||
vim.g.airline_theme='theme'
|
||||
|
||||
map('n', '<Leader>s', ':%s//g<Left><Left>', {})
|
||||
map('n', '<Leader>e', ':make!<CR>', {noremap = true})
|
||||
|
||||
Reference in New Issue
Block a user