Skip to content

Instantly share code, notes, and snippets.

@theJaxon
Created March 30, 2020 15:59
Show Gist options
  • Save theJaxon/4c496ddf4a4b85dd9a58c6c39329c745 to your computer and use it in GitHub Desktop.
Save theJaxon/4c496ddf4a4b85dd9a58c6c39329c745 to your computer and use it in GitHub Desktop.
neovim configuration ~/.config/nvim/init.vim
call plug#begin()
" xcode theme
Plug 'arzg/vim-colors-xcode'
call plug#end()
colorscheme xcodedarkhc
" show line numbers
set nu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment