theme ctl

This commit is contained in:
2022-02-14 20:30:09 -05:00
parent d91afd6b02
commit 34d8a23568
21 changed files with 833 additions and 21 deletions
+4 -2
View File
@@ -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})