Compare commits

..

1 Commits

Author SHA1 Message Date
81f3589eca Add initial kitty configuration 2022-10-03 10:45:53 -07:00
2 changed files with 0 additions and 12 deletions

View File

@@ -56,9 +56,6 @@ 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
@@ -126,9 +123,3 @@ require'nvim-tree'.setup {
}, },
} }
EOF EOF
" Set default keymap of Leap
lua << EOF
require('leap').set_default_keymaps()
EOF

View File

@@ -31,6 +31,3 @@ 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