From d24ab4b89e31e5102dfa311aa833fd9d43ff3def Mon Sep 17 00:00:00 2001 From: Miguel Laginha Date: Tue, 26 Jun 2018 14:39:02 +0100 Subject: [PATCH] Add the nord theme to the plugin list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because it's so popular and that's what I use 🤷🏻‍♂️ --- plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins.vim b/plugins.vim index c257b36..96b5acd 100644 --- a/plugins.vim +++ b/plugins.vim @@ -33,4 +33,5 @@ Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } " Themes Plug 'morhetz/gruvbox' +Plug 'arcticicestudio/nord-vim' Plug 'vim-airline/vim-airline-themes'