From 756263ba89b2020c7b91caa0cbea08dc0d019a24 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 15 Sep 2017 11:31:05 -0400 Subject: Use 4-space indent everywhere --- home/.config/nvim/init.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/home/.config/nvim/init.vim b/home/.config/nvim/init.vim index f09485de..35a730eb 100644 --- a/home/.config/nvim/init.vim +++ b/home/.config/nvim/init.vim @@ -7,7 +7,6 @@ command! W w autocmd BufNewFile,BufRead *.asm,*.mac setfiletype nasm set tabstop=8 expandtab shiftwidth=4 shiftround smartindent -autocmd FileType sh,zsh,ruby setlocal shiftwidth=2 set ignorecase smartcase inccommand=nosplit nmap :nohlsearch set foldmethod=syntax foldlevel=99 -- cgit 1.4.1 dontfiles
summary refs log tree commit diff
Commit message (Collapse)Author
2026-03-23Add -ll for hilexJune McEnroe
huh. should have always been there I guess, but now it actually matters, at least on OpenBSD?
2026-02-17Remove photo metadata directoriesJune McEnroe
2026-02-17Ignore photo metadataJune McEnroe
I just don't want to be adding all this stuff to git.
2026-02-16Populate films datalist with 20 most recently usedJune McEnroe
2026-02-16Select last used bodyJune McEnroe
2026-02-15Don't break on trip with removed bodyJune McEnroe
2026-02-11Keep manpath.conf sortedJune McEnroe