add nnn browser instead of ranger

This commit is contained in:
Haak Saxberg 2020-12-16 23:13:43 -08:00
parent 4bf3061b3d
commit 99307054bf

View file

@ -56,9 +56,8 @@ in {
keybase keybase
lastpass-cli lastpass-cli
lorri lorri
nox nnn
tree tree
ranger
ripgrep ripgrep
vlc vlc
zsh-autosuggestions zsh-autosuggestions
@ -233,6 +232,9 @@ in {
extraConfig = '' extraConfig = ''
filetype plugin indent on filetype plugin indent on
" vimtex
let g:tex_flavor = 'latex'
" ALE " ALE
let g:ale_fix_on_save = 1 let g:ale_fix_on_save = 1
let g:ale_elixir_credo_strict = 1 let g:ale_elixir_credo_strict = 1