Skip to content

Commit

Permalink
Remove dupe configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rbellido-ut committed Feb 6, 2025
1 parent 8a6dcef commit 09703e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ bind-key X set-window-option synchronize-panes\; display-message "synchronize-pa
bind-key -r C-h select-window -t :-
bind-key -r C-l select-window -t :+

# start window numbers at 1 to match keyboard order with tmux window order
set -g base-index 1
set-window-option -g pane-base-index 1


# renumber windows sequentially after closing any of them
set -g renumber-windows on

Expand Down
6 changes: 3 additions & 3 deletions nvim/vim-plug/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ call plug#begin('~/.config/nvim/autoload/plugged')
Plug 'williamboman/mason.nvim'
Plug 'williamboman/mason-lspconfig.nvim'
Plug 'neovim/nvim-lspconfig'

" COQ - code completion
Plug 'ms-jpq/coq_nvim', {'branch': 'coq'}
" 9000+ Snippets
Plug 'ms-jpq/coq.artifacts', {'branch': 'artifacts'}
" lua & third party sources -- See https://github.com/ms-jpq/coq.thirdparty
" Need to **configure separately**
Plug 'ms-jpq/coq.thirdparty', {'branch': '3p'}

" Airline status
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'

" Which key plugin
Plug 'folke/which-key.nvim'

Expand Down

0 comments on commit 09703e6

Please sign in to comment.