Created
March 30, 2020 15:59
-
-
Save theJaxon/4c496ddf4a4b85dd9a58c6c39329c745 to your computer and use it in GitHub Desktop.
neovim configuration ~/.config/nvim/init.vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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