nvim and metropolis

This commit is contained in:
h
2024-06-24 17:24:25 -04:00
parent df57954e4f
commit 77d7676753
18 changed files with 2861 additions and 21 deletions
+5 -2
View File
@@ -30,10 +30,13 @@ vim.cmd [[
o.spelllang = "en_us"
map('i', '<C-L>', '<c-g>u<Esc>[s1z=`]a<c-g>u', { noremap = true })
vim.cmd('colorscheme theme')
vim.cmd('colorscheme theme-nvim')
vim.g.airline_theme = 'theme'
local color = require('base16-colorscheme').colors.base02
vim.api.nvim_set_hl(0, 'LineNr', { fg = color, bg = "none" })
map('n', '<Leader>s', ':%s//g<Left><Left>', {})
map('n', '<Leader>e', ':make!<CR>', { noremap = true })
map('n', '<C-o>', ':cclose<CR>', { noremap = true })