From 54dd076f192c338ff5b41ea5b996250167b9a521 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 13 May 2018 00:32:06 -0400 Subject: I've really done it now Time to see what it's like to be a hard-tab person. --- home/.config/nvim/init.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/.config/nvim/init.vim b/home/.config/nvim/init.vim index e58b6996..26dfe2a8 100644 --- a/home/.config/nvim/init.vim +++ b/home/.config/nvim/init.vim @@ -7,7 +7,7 @@ command! W w command! Q q autocmd BufNewFile,BufRead *.asm,*.mac setfiletype nasm -set tabstop=8 expandtab shiftwidth=4 shiftround +set tabstop=4 shiftwidth=4 shiftround set smartindent cinoptions=l1(sU1m1 set ignorecase smartcase inccommand=nosplit nmap :nohlsearch @@ -16,7 +16,7 @@ set foldmethod=syntax foldlevel=99 set title set scrolloff=1 set number colorcolumn=80,100 -set list listchars=tab:»\ ,trail:· +set list listchars=tab:\ \ ,trail:· colorscheme trivial autocmd TermOpen * setlocal nonumber statusline=%{b:term_title} -- cgit 1.4.1 ='active' href='/src/log/home/.config/nvim/syntax/nasm.vim?follow=1'>log tree commit diff
Commit message (Expand)Author
2018-02-05Add flip option to gfxxJune McEnroe
2018-02-05Remove gfxx reverse optionJune McEnroe
2018-02-04Fix gfxx draw stop conditionJune McEnroe
2018-02-04Reuse CGColorSpace and CGDataProvider in gfcocoaJune McEnroe
2018-02-04Mark mac target phonyJune McEnroe
2018-02-04Set up Makefile for gfxx-cocoa or gfxx-fbJune McEnroe
2018-02-04Avoid doing excessive work in gfxxJune McEnroe
2018-02-04Handle window resizing in gfcocoaJune McEnroe
2018-02-04Set cinoptionsJune McEnroe
2018-02-04Tweak colorscheme moreJune McEnroe
2018-02-04Color MatchParen DarkYellowJune McEnroe
2018-02-04Add palette sampling to gfxxJune McEnroe
2018-02-04Add 4-bit RGB to gfxxJune McEnroe
2018-02-04Add Quit menu item to gfcocoaJune McEnroe
2018-02-04Switch back to sane Objective-C styleJune McEnroe
2018-02-04Quit gfcocoa when window closesJune McEnroe
2018-02-03Apparently this is how people write Objective-CJune McEnroe