vimwiki: dth @ dth-MacBookAir
This commit is contained in:
parent
e337bffc9d
commit
c7a3630df2
3 changed files with 4 additions and 2 deletions
|
|
@ -153,8 +153,8 @@ schemes:
|
||||||
# Apply the color scheme.
|
# Apply the color scheme.
|
||||||
# colors: *gruvbox_material_hard_dark
|
# colors: *gruvbox_material_hard_dark
|
||||||
# colors: *gruvbox_material_medium_dark
|
# colors: *gruvbox_material_medium_dark
|
||||||
colors: *gruvbox_material_soft_dark
|
# colors: *gruvbox_material_soft_dark
|
||||||
|
|
||||||
# colors: *gruvbox_material_hard_light
|
# colors: *gruvbox_material_hard_light
|
||||||
# colors: *gruvbox_material_medium_light
|
# colors: *gruvbox_material_medium_light
|
||||||
# colors: *gruvbox_material_soft_light
|
colors: *gruvbox_material_soft_light
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,7 @@ let g:syntastic_check_on_open = 1
|
||||||
let g:syntastic_check_on_wq = 0
|
let g:syntastic_check_on_wq = 0
|
||||||
let g:syntastic_python_checkers = ['python', 'flake8']
|
let g:syntastic_python_checkers = ['python', 'flake8']
|
||||||
let g:syntastic_python_python_exec = 'python3'
|
let g:syntastic_python_python_exec = 'python3'
|
||||||
|
let g:syntastic_rst_checkers=['sphinx']
|
||||||
|
|
||||||
" python stuff
|
" python stuff
|
||||||
let g:python3_host_prog = "$HOME/.venvs/nvim/bin/python"
|
let g:python3_host_prog = "$HOME/.venvs/nvim/bin/python"
|
||||||
|
|
|
||||||
|
|
@ -108,6 +108,7 @@ Install [brew](https://brew.sh/) and brew install:
|
||||||
```
|
```
|
||||||
brew install yt-dlp
|
brew install yt-dlp
|
||||||
brew install neovim
|
brew install neovim
|
||||||
|
brew install lf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue