Skip to content

Instantly share code, notes, and snippets.

View BugLight's full-sized avatar
📚
Constantly learning

buglight BugLight

📚
Constantly learning
  • Belgrade, Serbia
  • 19:41 (UTC +02:00)
View GitHub Profile
@BugLight
BugLight / init.vim
Created May 9, 2022 10:43
My nvim config
set nocompatible
set ignorecase
set hlsearch
set incsearch
set tabstop=4
set softtabstop=4
set expandtab
set shiftwidth=4
set autoindent
set number