dotfiles cleanup

This commit is contained in:
2024-03-18 15:58:29 -04:00
parent a837244835
commit 77cd440c41
26 changed files with 12 additions and 27 deletions

Submodule tmux/.tmux/plugins/tmux added at a56a5f6622

Submodule tmux/.tmux/plugins/tmux-sensible added at 25cb91f42d

Submodule tmux/.tmux/plugins/tmux-yank added at acfd36e4fc

Submodule tmux/.tmux/plugins/tpm added at 99469c4a9b

Submodule tmux/.tmux/plugins/vim-tmux-navigator added at 38b1d0402c

Submodule vim/.vim/plugged/ale deleted from 8922478a83

Submodule vim/.vim/plugged/coc.nvim deleted from 7b9e1ef0a1

Submodule vim/.vim/plugged/copilot.vim deleted from 22fd9542e3

Submodule vim/.vim/plugged/fzf deleted from da752fc9a4

Submodule vim/.vim/plugged/fzf.vim deleted from f6cb5b1789

Submodule vim/.vim/plugged/gruvbox deleted from f1ecde848f

Submodule vim/.vim/plugged/lightline.vim deleted from 58c97bc21c

Submodule vim/.vim/plugged/minimap.vim deleted from 701f4cf4b6

Submodule vim/.vim/plugged/nerdtree deleted from bc606c43e2

Submodule vim/.vim/plugged/tagbar deleted from 12edcb5944

Submodule vim/.vim/plugged/undotree deleted from 7df3be7a26

Submodule vim/.vim/plugged/vim-commentary deleted from f67e3e67ea

Submodule vim/.vim/plugged/vim-css-color deleted from faa6593566

Submodule vim/.vim/plugged/vim-devicons deleted from 71f239af28

Submodule vim/.vim/plugged/vim-fugitive deleted from 854a8df0d0

Submodule vim/.vim/plugged/vim-lsp deleted from c20c6650d3

Submodule vim/.vim/plugged/vim-lsp-settings deleted from df2ee3844f

Submodule vim/.vim/plugged/vim-smooth-scroll deleted from 0eae2367c7

Submodule vim/.vim/plugged/vim-startify deleted from 4e089dffda

Submodule vim/.vim/plugged/vim-surround deleted from 3d188ed211

View File

@@ -9,7 +9,7 @@ Plug 'tpope/vim-fugitive'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'itchyny/lightline.vim'
Plug 'ap/vim-css-color'
Plug 'terryma/vim-smooth-scroll'
Plug 'psliwka/vim-smoothie'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'mbbill/undotree'
@@ -61,10 +61,10 @@ nnoremap <leader>t :TagbarToggle<CR>
nnoremap Q <nop>
" Smooth scroll
noremap <silent> <c-u> :call smooth_scroll#up(&scroll, 40, 2)<CR>
noremap <silent> <c-d> :call smooth_scroll#down(&scroll, 40, 2)<CR>
noremap <silent> <c-b> :call smooth_scroll#up(&scroll*2, 40, 4)<CR>
noremap <silent> <c-f> :call smooth_scroll#down(&scroll*2, 40, 4)<CR>
" noremap <silent> <c-u> :call smooth_scroll#up(&scroll, 40, 2)<CR>
" noremap <silent> <c-d> :call smooth_scroll#down(&scroll, 40, 2)<CR>
" noremap <silent> <c-b> :call smooth_scroll#up(&scroll*2, 40, 4)<CR>
" noremap <silent> <c-f> :call smooth_scroll#down(&scroll*2, 40, 4)<CR>
" Use tab for trigger completion with characters ahead and navigate
" NOTE: There's always complete item selected by default, you may want to enable
" no select by `"suggest.noselect": true` in your configuration file
@@ -171,10 +171,10 @@ set termguicolors
set scrolloff=8
set updatetime=50
set clipboard=unnamed
colorscheme gruvbox
colorscheme onedark
let g:lightline = {
\ 'colorscheme': 'gruvbox',
\ 'colorscheme': 'onedark',
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ],
\ [ 'cocstatus', 'readonly', 'filename', 'modified' ] ]