Mawp
This commit is contained in:
parent
6a25ea8c08
commit
ea1263e2a3
4 changed files with 7 additions and 4 deletions
|
@ -88,7 +88,7 @@ font:
|
||||||
style: Medium Italic
|
style: Medium Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 18.0
|
size: 12.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought of
|
# Offset is the extra space around each character. `offset.y` can be thought of
|
||||||
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
||||||
|
@ -284,7 +284,7 @@ live_config_reload: true
|
||||||
# You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`.
|
# You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`.
|
||||||
# Entries in `shell.args` are passed unmodified as arguments to the shell.
|
# Entries in `shell.args` are passed unmodified as arguments to the shell.
|
||||||
shell:
|
shell:
|
||||||
program: /usr/local/bin/zsh
|
program: /usr/bin/zsh
|
||||||
args:
|
args:
|
||||||
- --login
|
- --login
|
||||||
# - "sleep 1 && tmux new -A -s DefaultSession"
|
# - "sleep 1 && tmux new -A -s DefaultSession"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ipython
|
ipython
|
||||||
python-language-server
|
python-language-server
|
||||||
requests
|
requests
|
||||||
neovim
|
pynvim
|
||||||
youtube-dl
|
youtube-dl
|
||||||
black
|
black
|
||||||
poetry
|
poetry
|
||||||
|
|
|
@ -28,3 +28,5 @@
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
[mergetool "vimdiff"]
|
[mergetool "vimdiff"]
|
||||||
cmd = nvim -d $BASE $LOCAL $REMOTE
|
cmd = nvim -d $BASE $LOCAL $REMOTE
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|
|
@ -4,7 +4,8 @@ if empty(glob('~/.config/nvim/autoload/plug.vim'))
|
||||||
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
|
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:pyxversion = 'python3'
|
let g:loaded_python_provider = 0
|
||||||
|
let g:pyxversion = '3'
|
||||||
|
|
||||||
set number
|
set number
|
||||||
set relativenumber
|
set relativenumber
|
||||||
|
|
Loading…
Add table
Reference in a new issue