Skip to content

Instantly share code, notes, and snippets.

View easymoney322's full-sized avatar

EasyMoney322 easymoney322

View GitHub Profile
@easymoney322
easymoney322 / init.vim
Last active March 13, 2025 06:31
basic nvim config
set autoindent
set tabstop=2
set shiftwidth=2
set expandtab
set smartcase
set mouse=
set laststatus=2
set signcolumn=yes
set numberwidth=2
set nofixeol