Monday, 19 October 2020

Ram's simple .vimrc config

 syntax on

filetype indent plugin on

set modeline

set tabstop=8 expandtab shiftwidth=4 softtabstop=4

filetype indent on

set nu

No comments:

Post a Comment

Update node.js & npm packages to latest/stable/<version>

Upgrade Node.js and npm: sudo npm cache clean -f  (force) clear you npm cache sudo npm install -g n  install  n  (this might take a while) s...