Compare commits

..

16 commits

Author SHA1 Message Date
GitHub
91e3b15511 [dmitmel] Update submodule 2022-03-24 00:40:50 +00:00
GitHub
3c6898f5f4 [dmitmel] Update submodule 2022-03-23 00:43:46 +00:00
GitHub
b7d0c56360 [dmitmel] Update submodule 2022-03-22 00:38:43 +00:00
GitHub
09a43723a4 [dmitmel] Update submodule 2022-03-21 00:37:10 +00:00
GitHub
4484a842da [dmitmel] Update submodule 2022-03-20 00:38:00 +00:00
GitHub
6e946c6c6d [dmitmel] Update submodule 2022-03-17 00:39:07 +00:00
GitHub
ae0d28b851 [dmitmel] Update submodule 2022-03-16 00:39:12 +00:00
GitHub
1286d508fb [dmitmel] Update submodule 2022-03-15 00:42:56 +00:00
GitHub
a138dcc640 [dmitmel] Update submodule 2022-03-13 00:36:08 +00:00
GitHub
67f297f77b [dmitmel] Update submodule 2022-03-11 00:39:55 +00:00
GitHub
dcb08779ea [dmitmel] Update submodule 2022-03-07 00:36:52 +00:00
GitHub
9e2eab6e0c
[dmitmel] Update submodule 2022-03-05 11:32:52 +00:00
Alyxia Sother
296d65e319
[tmux] Fixup some of the config 2022-03-05 11:30:00 +00:00
Alyxia Sother
64ca81d154
[nvim] Add some LISP plugins 2022-02-14 23:20:46 +01:00
GitHub
3de19fbfcc [dmitmel] Update submodule 2022-02-11 00:34:04 +00:00
Alyxia Sother
8a6b32a6b1
[nvim] Set up PHP extensions for coc 2022-02-10 14:00:32 +01:00
6 changed files with 17 additions and 2 deletions

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,14 @@
set -g default-terminal 'screen-256color'
# Enable 256color and RGB support (because tmux loves ruining shell features)
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
# 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'
set -g @tpm_plugins ' \