feat(vim): update the base16-vim theme to tinted-theming

This commit is contained in:
Ade Attwood 2023-02-09 20:05:36 +00:00
parent f56b6f95a2
commit 077bd8ef3e

View file

@ -42,7 +42,7 @@ class core::vim {
$plugins_start= {
'auto-pairs' => { url => 'https://github.com/jiangmiao/auto-pairs.git' },
'base16-vim' => { url => 'https://github.com/chriskempson/base16-vim.git' },
'base16-vim' => { url => 'https://github.com/tinted-theming/base16-vim.git', revision => 'main' },
'cmp_luasnip' => { url => 'https://github.com/saadparwaiz1/cmp_luasnip.git' },
'cmp-buffer' => { url => 'https://github.com/hrsh7th/cmp-buffer.git', revision => 'main' },
'cmp-nvim-lsp' => { url => 'https://github.com/hrsh7th/cmp-nvim-lsp.git', revision => 'main' },