Compare commits

...

3 Commits

3 changed files with 2252 additions and 0 deletions

2240
.config/kitty/kitty.conf Normal file

File diff suppressed because it is too large Load Diff

View File

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

View File

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