From c7a3630df290a7ad80d185e6cebcaca22bf542a3 Mon Sep 17 00:00:00 2001 From: "dth@taiga.ai" Date: Fri, 15 Jul 2022 19:06:17 +0100 Subject: [PATCH] vimwiki: dth @ dth-MacBookAir --- .config/alacritty/alacritty.yml | 4 ++-- .config/nvim/init.vim | 1 + ubuntu.md | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index cf480d4..cbd1b31 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -153,8 +153,8 @@ schemes: # Apply the color scheme. # colors: *gruvbox_material_hard_dark # colors: *gruvbox_material_medium_dark -colors: *gruvbox_material_soft_dark +# colors: *gruvbox_material_soft_dark # colors: *gruvbox_material_hard_light # colors: *gruvbox_material_medium_light -# colors: *gruvbox_material_soft_light +colors: *gruvbox_material_soft_light diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 72ef3fd..40b4445 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -56,6 +56,7 @@ let g:syntastic_check_on_open = 1 let g:syntastic_check_on_wq = 0 let g:syntastic_python_checkers = ['python', 'flake8'] let g:syntastic_python_python_exec = 'python3' +let g:syntastic_rst_checkers=['sphinx'] " python stuff let g:python3_host_prog = "$HOME/.venvs/nvim/bin/python" diff --git a/ubuntu.md b/ubuntu.md index 9deaf90..9ea0fa5 100644 --- a/ubuntu.md +++ b/ubuntu.md @@ -108,6 +108,7 @@ Install [brew](https://brew.sh/) and brew install: ``` brew install yt-dlp brew install neovim +brew install lf ```