Skip to content

Commit

Permalink
neovim: Use my own fork of Nord theme
Browse files Browse the repository at this point in the history
My fork includes my PR (which was opened upstream) to fix LSP-related
highlights.

This shall be reverted once
nordtheme/vim#229 is merged.
  • Loading branch information
gbrlsnchs committed Feb 18, 2021
1 parent 3d59051 commit 2f09ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neovim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ return require('packer').startup(function()
vim.g.plantuml_set_makepr = false
end,
}
use 'arcticicestudio/nord-vim'
use {'gbrlsnchs/nord-vim', branch = 'fix-neovim-lsp'}
end)

0 comments on commit 2f09ec6

Please sign in to comment.