Compare commits

..

No commits in common. "91e3b15511d9a883a40d7dcf0c6737a0a48d4bee" and "0ea3a94d1cc31e8eaf6160ea96d4f7442ad51bb4" have entirely different histories.

6 changed files with 2 additions and 17 deletions

@ -1 +1 @@
Subproject commit 8a72acffb103853fbff84e2ad088c866a98552b3 Subproject commit a4b6e5ec326838ac60ce221d166d4059ba4a5692

View file

@ -1,2 +0,0 @@
call extend(g:dotfiles_coc_extensions, {'coc-cl': 1})
call extend(g:dotfiles_coc_filetypes, {'lsp': 1})

View file

@ -1,2 +0,0 @@
call extend(g:dotfiles_coc_extensions, {'coc-phpls': 1, 'coc-blade': 1, 'coc-tighten-lint': 1})
call extend(g:dotfiles_coc_filetypes, {'php': 1, 'blade': 1})

View file

@ -23,8 +23,6 @@ let s:plug = funcref('dotfiles#plugman#register')
call s:plug('stevearc/vim-arduino') call s:plug('stevearc/vim-arduino')
call s:plug('xiyaowong/coc-nvim-lua') call s:plug('xiyaowong/coc-nvim-lua')
call s:plug('luke-gru/vim-riml') call s:plug('luke-gru/vim-riml')
call s:plug('bhurlow/vim-parinfer')
call s:plug('vim-scripts/newlisp')
if has('unix') if has('unix')
call s:plug('nvim-neorg/neorg', { 'branch': 'unstable' }) " dependencies {{{ call s:plug('nvim-neorg/neorg', { 'branch': 'unstable' }) " dependencies {{{
call s:plug('nvim-treesitter/nvim-treesitter', { 'do': ':TSUpdate' }) call s:plug('nvim-treesitter/nvim-treesitter', { 'do': ':TSUpdate' })

View file

@ -6,5 +6,4 @@ augroup dotfilesftdetect
autocmd BufWritePost PKGBUILD :call s:genSrcInfo() autocmd BufWritePost PKGBUILD :call s:genSrcInfo()
autocmd BufNewFile,BufRead *.dream setf dream autocmd BufNewFile,BufRead *.dream setf dream
autocmd BufNewFile,BufRead *.newlisp setf newlisp
augroup END augroup END

View file

@ -1,14 +1,6 @@
# Enable 256color and RGB support (because tmux loves ruining shell features) set -g default-terminal 'screen-256color'
set -g default-terminal "tmux-256color"
set-option -ga terminal-overrides ",xterm-256color:Tc"
set -as terminal-features ",gnome*:RGB"
# Enable mouse supports for those rare times I have to select something
set -g mouse on set -g mouse on
# Prevent tmux from deleting significant amounts of history
set -g history-limit 100000
run 'if [ -d "~/.tmux/plugins/tpm" ]; then : ; else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm; fi' run 'if [ -d "~/.tmux/plugins/tpm" ]; then : ; else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm; fi'
set -g @tpm_plugins ' \ set -g @tpm_plugins ' \