Compare commits

..

3 Commits

2 changed files with 12 additions and 0 deletions

View File

@@ -56,6 +56,9 @@ Plug 'kyazdani42/nvim-tree.lua'
" rust
Plug 'rust-lang/rust.vim'
" Leap, interface to move around
Plug 'ggandor/leap.nvim'
call plug#end()
" Set up Marks plugin
@@ -123,3 +126,9 @@ require'nvim-tree'.setup {
},
}
EOF
" Set default keymap of Leap
lua << EOF
require('leap').set_default_keymaps()
EOF

View File

@@ -31,3 +31,6 @@ set -g status-bg blue
set -g status-left ''
set -g status-right-length 63
set -g status-right 'Battery:#(acpi | cut -d ',' -f 2) | %a %Y-%m-%d %H:%M'
# Settings for neovim
set -sg escape-time 10