Skip to content

Instantly share code, notes, and snippets.

View rdandnayak's full-sized avatar

Rohit Dandnayak rdandnayak

View GitHub Profile
" Set internal encoding of vim, not needed on neovim, since coc.nvim using some
" unicode characters in the file autoload/float.vim
set encoding=utf-8
" TextEdit might fail if hidden is not set.
set hidden
" Some servers have issues with backup files, see #649.
set nobackup
set nowritebackup
@rdandnayak
rdandnayak / .vimrc
Last active November 18, 2021 06:48
VIM Settings
set scrolloff=8
set number
set relativenumber
set clipboard=unnamed
set tw=80
set tabstop=2 softtabstop=2
set shiftwidth=2
set expandtab
set smartindent
set autochdir