Compare commits
3 Commits
81f3589eca
...
master
Author | SHA1 | Date | |
---|---|---|---|
6ab20431a9
|
|||
b7ad0c3259
|
|||
c1009f8345
|
@@ -56,6 +56,9 @@ Plug 'kyazdani42/nvim-tree.lua'
|
|||||||
|
|
||||||
" rust
|
" rust
|
||||||
Plug 'rust-lang/rust.vim'
|
Plug 'rust-lang/rust.vim'
|
||||||
|
|
||||||
|
" Leap, interface to move around
|
||||||
|
Plug 'ggandor/leap.nvim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" Set up Marks plugin
|
" Set up Marks plugin
|
||||||
@@ -123,3 +126,9 @@ require'nvim-tree'.setup {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
" Set default keymap of Leap
|
||||||
|
lua << EOF
|
||||||
|
require('leap').set_default_keymaps()
|
||||||
|
EOF
|
||||||
|
|
||||||
|
@@ -31,3 +31,6 @@ set -g status-bg blue
|
|||||||
set -g status-left ''
|
set -g status-left ''
|
||||||
set -g status-right-length 63
|
set -g status-right-length 63
|
||||||
set -g status-right 'Battery:#(acpi | cut -d ',' -f 2) | %a %Y-%m-%d %H:%M'
|
set -g status-right 'Battery:#(acpi | cut -d ',' -f 2) | %a %Y-%m-%d %H:%M'
|
||||||
|
|
||||||
|
# Settings for neovim
|
||||||
|
set -sg escape-time 10
|
||||||
|
Reference in New Issue
Block a user