Skip to content

Commit

Permalink
Merge pull request #75 from joshghent/change-vim-theme
Browse files Browse the repository at this point in the history
changed to use nord theme with vim
  • Loading branch information
joshghent committed Jan 10, 2024
2 parents 8ca4938 + 45354b8 commit fc2d28f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vimrc
@@ -1,7 +1,6 @@
execute pathogen#infect()
syntax on
filetype plugin indent on
colorscheme monokai-refined

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
Expand All @@ -15,11 +14,14 @@ Plugin 'mileszs/ack.vim'
Plugin 'junegunn/fzf.vim'
Plugin 'junegunn/goyo.vim'
Plugin '907th/vim-auto-save'
Plugin 'nordtheme/vim'
Plugin 'iamcco/markdown-preview.nvim'

call vundle#end() " required
filetype plugin indent on " required

colorscheme nord

set cursorline
hi cursorline cterm=none term=none
autocmd WinEnter * setlocal cursorline
Expand Down

0 comments on commit fc2d28f

Please sign in to comment.