Compare commits
2 Commits
79e5d3a087
...
ec7dd6c5b9
Author | SHA1 | Date | |
---|---|---|---|
ec7dd6c5b9 | |||
16b08161a4 |
5
src/.config/ipython/profile_default/ipython_config.py
Normal file
5
src/.config/ipython/profile_default/ipython_config.py
Normal file
@ -0,0 +1,5 @@
|
||||
c = get_config()
|
||||
|
||||
c.TerminalInteractiveShell.editing_mode = "vi"
|
||||
c.TerminalInteractiveShell.show_rewritten_input = False
|
||||
c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False
|
@ -99,6 +99,9 @@ if $SYSTEM_PROFILE == "DEFAULT"
|
||||
source $XDG_CONFIG_HOME/nvim/typst.vim
|
||||
endif
|
||||
|
||||
" color theme
|
||||
Plug 'kvrohit/rasmus.nvim'
|
||||
|
||||
" URL motions
|
||||
Plug 'axieax/urlview.nvim'
|
||||
|
||||
@ -112,6 +115,8 @@ highlight GitGutterDelete ctermfg=red
|
||||
|
||||
call plug#end()
|
||||
|
||||
source $XDG_CONFIG_HOME/nvim/color.vim
|
||||
|
||||
if $SYSTEM_PROFILE == "DEFAULT"
|
||||
" see .config/nvim/lua/init.lua
|
||||
lua require('init')
|
||||
|
Loading…
x
Reference in New Issue
Block a user