feat(vim): update the base16-vim theme to tinted-theming
This commit is contained in:
parent
f56b6f95a2
commit
077bd8ef3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue