8000 GitHub - pkorsch/.files: config files - .bashrc. .vimrc, etc.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pkorsch/.files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.files

config files - .bashrc, .vimrc

.vimrc - extra steps:

Color Schema

cd ~/.vim/colors

curl -o molokai.vim https://raw.githubusercontent.com/tomasr/molokai/master/colors/molokai.vim

Plugins

Add these two lines in between the two call plug#... lines:

" PLUGINS ---------------------------------------------------------------- {{{

call plug#begin('~/.vim/plugged')

Plug 'dense-analysis/ale'

Plug 'preservim/nerdtree'

call plug#end()

" }}}

Save the .vimrc file with the command :w and source the .vimrc file with this command :source ~/.vimrc to make the changes take effect.

Now type :PlugInstall to download and install the two plugins.

About

config files - .bashrc. .vimrc, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0