Compare commits
No commits in common. "ec7dd6c5b9b244db919d0c68dbaa695a8f36fdd1" and "79e5d3a0876c9e28670791ed609ab6d5cacf10e9" have entirely different histories.
ec7dd6c5b9
...
79e5d3a087
@ -1,5 +0,0 @@
|
|||||||
c = get_config()
|
|
||||||
|
|
||||||
c.TerminalInteractiveShell.editing_mode = "vi"
|
|
||||||
c.TerminalInteractiveShell.show_rewritten_input = False
|
|
||||||
c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False
|
|
@ -99,9 +99,6 @@ if $SYSTEM_PROFILE == "DEFAULT"
|
|||||||
source $XDG_CONFIG_HOME/nvim/typst.vim
|
source $XDG_CONFIG_HOME/nvim/typst.vim
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" color theme
|
|
||||||
Plug 'kvrohit/rasmus.nvim'
|
|
||||||
|
|
||||||
" URL motions
|
" URL motions
|
||||||
Plug 'axieax/urlview.nvim'
|
Plug 'axieax/urlview.nvim'
|
||||||
|
|
||||||
@ -115,8 +112,6 @@ highlight GitGutterDelete ctermfg=red
|
|||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
source $XDG_CONFIG_HOME/nvim/color.vim
|
|
||||||
|
|
||||||
if $SYSTEM_PROFILE == "DEFAULT"
|
if $SYSTEM_PROFILE == "DEFAULT"
|
||||||
" see .config/nvim/lua/init.lua
|
" see .config/nvim/lua/init.lua
|
||||||
lua require('init')
|
lua require('init')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user