vimwiki: dth @ dth-MacBookAir

This commit is contained in:
dth@taiga.ai 2022-07-15 19:06:17 +01:00
parent e337bffc9d
commit c7a3630df2
3 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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"

View file

@ -108,6 +108,7 @@ Install [brew](https://brew.sh/) and brew install:
```
brew install yt-dlp
brew install neovim
brew install lf
```