Updates to settings

This commit is contained in:
Alex Kelly 2021-11-26 22:43:23 -05:00
parent db1dd0056d
commit c3cdaafb72
3 changed files with 8 additions and 1 deletions

View file

@ -215,3 +215,8 @@ autocmd BufWritePre *.py execute ':Black'
let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.5, 'highlight': 'Comment' } } let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.5, 'highlight': 'Comment' } }
let g:indentLine_fileTypeExclude = ['markdown'] let g:indentLine_fileTypeExclude = ['markdown']
set cursorline set cursorline
imap <silent><script><expr> <C-L> copilot#Accept("\<CR>")
let g:copilot_no_tab_map = v:true

View file

@ -76,3 +76,4 @@ taskd.server=inthe.am:53589
taskd.credentials=inthe_am/kellya/610917c8-9119-4b59-b87e-d886c2e08bf0 taskd.credentials=inthe_am/kellya/610917c8-9119-4b59-b87e-d886c2e08bf0
taskd.trust=strict taskd.trust=strict
context=work context=work
news.version=2.6.0

View file

@ -96,5 +96,6 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-resurrect'
run -b '~/.tmux/plugins/tpm/tpm' run -b '~/.tmux/plugins/tpm/tpm'
set -g @plugin 'akohlbecker/aw-watcher-tmux' # Temporarily not using activity-watcher
#set -g @plugin 'akohlbecker/aw-watcher-tmux'
source-file /home/kellya/projects/public/spaceduck-terminal/tmux/status-line-default.conf source-file /home/kellya/projects/public/spaceduck-terminal/tmux/status-line-default.conf