mirror of
https://github.com/SoPat712/dotfiles.git
synced 2025-08-21 10:38:44 -04:00
dotfiles cleanup
This commit is contained in:
1
tmux/.tmux/plugins/tmux
Submodule
1
tmux/.tmux/plugins/tmux
Submodule
Submodule tmux/.tmux/plugins/tmux added at a56a5f6622
1
tmux/.tmux/plugins/tmux-sensible
Submodule
1
tmux/.tmux/plugins/tmux-sensible
Submodule
Submodule tmux/.tmux/plugins/tmux-sensible added at 25cb91f42d
1
tmux/.tmux/plugins/tmux-yank
Submodule
1
tmux/.tmux/plugins/tmux-yank
Submodule
Submodule tmux/.tmux/plugins/tmux-yank added at acfd36e4fc
1
tmux/.tmux/plugins/tpm
Submodule
1
tmux/.tmux/plugins/tpm
Submodule
Submodule tmux/.tmux/plugins/tpm added at 99469c4a9b
1
tmux/.tmux/plugins/vim-tmux-navigator
Submodule
1
tmux/.tmux/plugins/vim-tmux-navigator
Submodule
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
14
vim/.vimrc
14
vim/.vimrc
@@ -9,7 +9,7 @@ Plug 'tpope/vim-fugitive'
|
|||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
Plug 'itchyny/lightline.vim'
|
Plug 'itchyny/lightline.vim'
|
||||||
Plug 'ap/vim-css-color'
|
Plug 'ap/vim-css-color'
|
||||||
Plug 'terryma/vim-smooth-scroll'
|
Plug 'psliwka/vim-smoothie'
|
||||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
Plug 'mbbill/undotree'
|
Plug 'mbbill/undotree'
|
||||||
@@ -61,10 +61,10 @@ nnoremap <leader>t :TagbarToggle<CR>
|
|||||||
nnoremap Q <nop>
|
nnoremap Q <nop>
|
||||||
|
|
||||||
" Smooth scroll
|
" Smooth scroll
|
||||||
noremap <silent> <c-u> :call smooth_scroll#up(&scroll, 40, 2)<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-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-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-f> :call smooth_scroll#down(&scroll*2, 40, 4)<CR>
|
||||||
" Use tab for trigger completion with characters ahead and navigate
|
" Use tab for trigger completion with characters ahead and navigate
|
||||||
" NOTE: There's always complete item selected by default, you may want to enable
|
" NOTE: There's always complete item selected by default, you may want to enable
|
||||||
" no select by `"suggest.noselect": true` in your configuration file
|
" no select by `"suggest.noselect": true` in your configuration file
|
||||||
@@ -171,10 +171,10 @@ set termguicolors
|
|||||||
set scrolloff=8
|
set scrolloff=8
|
||||||
set updatetime=50
|
set updatetime=50
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
colorscheme gruvbox
|
colorscheme onedark
|
||||||
|
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'colorscheme': 'gruvbox',
|
\ 'colorscheme': 'onedark',
|
||||||
\ 'active': {
|
\ 'active': {
|
||||||
\ 'left': [ [ 'mode', 'paste' ],
|
\ 'left': [ [ 'mode', 'paste' ],
|
||||||
\ [ 'cocstatus', 'readonly', 'filename', 'modified' ] ]
|
\ [ 'cocstatus', 'readonly', 'filename', 'modified' ] ]
|
||||||
|
Reference in New Issue
Block a user