Skip to content

Instantly share code, notes, and snippets.

@anant347
Last active September 17, 2022 17:51
Show Gist options
  • Save anant347/f01dbb6001ee729b0ac371daec361d57 to your computer and use it in GitHub Desktop.
Save anant347/f01dbb6001ee729b0ac371daec361d57 to your computer and use it in GitHub Desktop.
Configuration file for nvim
syntax on
set tabstop=4 softtabstop=4
set mouse=a
set nu
set noerrorbells
set noswapfile
let mapleader= " "
nnoremap <leader>so :source %<CR>
imap jj <ESC>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment