Installed new helix like colorscheme

This commit is contained in:
2023-03-12 00:17:03 +01:00
parent 05517af217
commit 66f4a42d3d
3 changed files with 4 additions and 10 deletions

View File

@@ -53,9 +53,8 @@ autocmd TermOpen * setlocal nospell nonumber norelativenumber
nnoremap <silent> <tab> :if &modifiable && !&readonly && &modified <CR> :write<CR> :endif<CR>:bnext<CR>
nnoremap <silent> <s-tab> :if &modifiable && !&readonly && &modified <CR> :write<CR> :endif<CR>:bprevious<CR>
" toggle folding in normal mode with <space>
nnoremap <space> za
nnoremap <S-space> zA
" disable folding
set nofoldenable
let &packpath = &runtimepath
source ~/.config/nvim/plug.vim