Compare commits

..

No commits in common. "ec7dd6c5b9b244db919d0c68dbaa695a8f36fdd1" and "79e5d3a0876c9e28670791ed609ab6d5cacf10e9" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View File

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

View File

@ -99,9 +99,6 @@ if $SYSTEM_PROFILE == "DEFAULT"
source $XDG_CONFIG_HOME/nvim/typst.vim
endif
" color theme
Plug 'kvrohit/rasmus.nvim'
" URL motions
Plug 'axieax/urlview.nvim'
@ -115,8 +112,6 @@ 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')