An open API service indexing awesome lists of open source software.

https://github.com/bharat2044/my-vim-config


https://github.com/bharat2044/my-vim-config

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

File: vi ~/.vimrc

:syntax on

set number

set autoindent

filetype plugin indent on

set tabstop=4 softtabstop=4

set shiftwidth=4

colorscheme murphy

:se mouse+=a