Skip to content

Instantly share code, notes, and snippets.

Avatar
🤖
Building robots

Daniil Zhukov BugLight

🤖
Building robots
  • Yerevan, Armenia
  • 14:34 (UTC +04:00)
View GitHub Profile
@BugLight
BugLight / init.vim
Created May 9, 2022 10:43
My nvim config
View init.vim
set nocompatible
set ignorecase
set hlsearch
set incsearch
set tabstop=4
set softtabstop=4
set expandtab
set shiftwidth=4
set autoindent
set number