From 69fe16eab2f3685a00dd7f816a6328ac982a5677 Mon Sep 17 00:00:00 2001 From: marcellus Date: Wed, 2 Aug 2023 20:55:44 +0200 Subject: remove/update/add: removed nvim config, updated colors for dwm, added awesome config --- nvim/basics.vim | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 nvim/basics.vim (limited to 'nvim/basics.vim') diff --git a/nvim/basics.vim b/nvim/basics.vim deleted file mode 100644 index bf1706e..0000000 --- a/nvim/basics.vim +++ /dev/null @@ -1,38 +0,0 @@ -" Indent -set autoindent smartindent -set tabstop=8 " n of whitespace in \t -set shiftwidth=8 " n of whitespace for indent -set softtabstop=8 " n of whitespace to delete with backspace -"set expandtab " \t -> whitespaces -"set list -"set lcs=tab:\|\ ,space:⋅,eol:$ "↴ - -" Disable the mouse, btw use shift for highlighting -"set mouse= -map -imap -aunmenu PopUp - -" better and -nnoremap zz -nnoremap zz - -" Autocorrect -abbr hte the - -" Misc -set nu rnu -set cc=80 -set tw=79 -set title -set nohls -set tgc -set clipboard+=unnamedplus -autocmd FileType * setl fo-=ro fo+=tc - -" Language specific -autocmd FileType python setl ts=4 sw=4 sts=4 expandtab -autocmd FileType lisp,html setl ts=2 sw=2 sts=2 expandtab -autocmd FileType html,markdown setl spell -autocmd FileType tex setl spell spl=fr -autocmd BufWritePost *.c silent! !astyle -A3 -t8 -p -xg -H -xB -n %:p -- cgit v1.2.3