1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

neovim: use bas16 manually

This commit is contained in:
2024-12-13 13:42:39 +01:00
parent 2c6007d404
commit f8c3a9dbef
4 changed files with 22 additions and 4 deletions

View File

@@ -3,8 +3,6 @@ vnoremap a= :Tabularize /=<CR>
vnoremap a; :Tabularize /::<CR>
vnoremap a- :Tabularize /-><CR>
colorscheme dim
" noremap <Leader>h :<C-u>split<CR>
" noremap <Leader>v :<C-u>vsplit<CR>
noremap <Leader>gs :Git<CR>