diff --git a/editor/nvim/config/init.vim b/editor/nvim/config/init.vim index 8ecc194..0158dda 100644 --- a/editor/nvim/config/init.vim +++ b/editor/nvim/config/init.vim @@ -54,6 +54,7 @@ Plug 'tpope/vim-surround' " quickly modify text surrounding objects Plug 'tpope/vim-speeddating' " vim knows about date-like text objects Plug 'michaeljsmith/vim-indent-object' " adds an indentation level text object Plug 'wellle/targets.vim' " adds some more handy text objects +Plug 'ternjs/tern_for_vim', { 'do': 'npm install' } Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all'} " fuzzy file finding Plug 'junegunn/fzf.vim' " helpers for using fzf in vim diff --git a/env/x/xresources b/env/x/xresources index c8047fc..9914248 100755 --- a/env/x/xresources +++ b/env/x/xresources @@ -28,3 +28,4 @@ URxvt.perl-ext-common: default,matcher,keyboard-select URxvt.keysym.M-Escape: perl:keyboard-select:activate URxvt.url-launcher: /usr/bin/xdg-open URxvt.matcher.button: 1 +URxvt*iso14755: False