Skip to content

Commit

Permalink
set coc config location and add global makefile/package.json tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
3ximus committed Nov 25, 2024
1 parent 33e6a2b commit 22a2030
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@ set -g @suspend_suspended_options " \
window-status-style:gw:fg=colour7 dim, \
window-status-current-style:gw:fg=colour7 dim, \
"
# set -g @suspend_on_resume_command "tmux set status"
# set -g @suspend_on_suspend_command "tmux set status"
set -g @suspend_on_resume_command "tmux set status"
set -g @suspend_on_suspend_command "tmux set status"
set -g @batt_icon_status_charged ' '
set -g @batt_icon_status_charging '#[fg=green,bold]#[fg=default,default]'
set -g @batt_icon_status_charging '#[fg=green,bold]󱐋#[fg=default,default]'
set -g @batt_icon_status_discharging ' '
set -g @batt_icon_status_unknown ' '
Expand Down
11 changes: 11 additions & 0 deletions .vim/tasks.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,14 @@ command:vim=:source %
output=terminal
cwd=$(VIM_FILEDIR)
save=1

[make]
command=make
output=terminal
parser=Makefile

[package.json]
command=pnpm
output=terminal
parser=package.json

1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ endif

if &rtp =~ 'coc.nvim' && glob("~/.vim/plugged/coc.nvim/plugin/coc.vim")!=#""

let g:coc_config_home = '~/.vim'
let g:coc_disable_startup_warning = 1

" Coc Extensions
Expand Down
2 changes: 2 additions & 0 deletions misc/vagrant/kali/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ cat >~/.fzf-marks <<EOF
desk : /home/vagrant/desk
ctf : /home/vagrant/ctf
cheat-sheets : /vagrant/cheat-sheets
wordlists : /usr/share/wordlists
vpn : /home/vagrant/vpn
EOF
echo -e "\nSome software is still being installed through apt and might not yet be available when started."
SCRIPT
Expand Down

0 comments on commit 22a2030

Please sign in to comment.