Skip to content

Commit

Permalink
[nvim] Fix VSCode colorscheme bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Oct 27, 2022
1 parent 3bda10f commit 8ed8126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Plug 'Einenlum/yaml-revealer' " Reveals the YAML hierarchy
" Good ones, but dispensible
Plug 'apzelos/blamer.nvim' " Git blame for Vim
Plug 'jpalardy/vim-slime', { 'branch': 'main' } " A vim plugin to give you some slime.
Plug 'Mofiqul/vscode.nvim' " VS Code colorscheme
Plug 'Mofiqul/vscode.nvim', {'commit': 'c5125820a0915ef50f03fae10423c43dc49c66b1'} " VS Code colorscheme

" Not sure about these yet
Plug 'mattn/emmet-vim' " Emmet abbreviations
Expand Down

0 comments on commit 8ed8126

Please sign in to comment.