diff --git a/.config/dwm/autostart.sh b/.config/dwm/autostart.sh index 1841dfd..bc3ac26 100755 --- a/.config/dwm/autostart.sh +++ b/.config/dwm/autostart.sh @@ -5,6 +5,7 @@ picom & nitrogen --restore & $HOME/.scripts/launch-conky_dwm.sh & sxhkd -c $HOME/.config/sxhkd/dwm & +easyeffects --gapplication-service & if [ x$(pidof dwmblocks) = "x" ] then dwmblocks & diff --git a/.config/vim/vim_plug b/.config/vim/vim_plug index 184f77d..0a82ce3 100644 --- a/.config/vim/vim_plug +++ b/.config/vim/vim_plug @@ -39,7 +39,7 @@ Plug 'ryanoasis/vim-devicons' " ====== " -- Markdown preview, not really useful since it's only support github's md format. -Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app & yarn install' } +Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']} " --- Auto complete with NCM2 (nvim-completion-manager) " Plug 'ncm2/ncm2' @@ -62,11 +62,11 @@ Plug 'neovim/nvim-lspconfig' " Plug 'Shougo/ddc-sorter_rank', { 'branch': 'main' } " --- Auto complete with CMP -Plug 'hrsh7th/cmp-nvim-lsp' -Plug 'hrsh7th/cmp-buffer' -Plug 'hrsh7th/cmp-path' -Plug 'hrsh7th/cmp-cmdline' -Plug 'hrsh7th/nvim-cmp' +Plug 'hrsh7th/cmp-nvim-lsp', { 'branch': 'main' } +Plug 'hrsh7th/cmp-buffer', { 'branch': 'main' } +Plug 'hrsh7th/cmp-path', { 'branch': 'main' } +Plug 'hrsh7th/cmp-cmdline', { 'branch': 'main' } +Plug 'hrsh7th/nvim-cmp', { 'branch': 'main' } " --- Indent visualization " Plug 'Yggdroot/indentLine' @@ -78,7 +78,7 @@ Plug 'hrsh7th/nvim-cmp' Plug 'JuliaEditorSupport/julia-vim' " --- enhanced python highlighting -Plug 'numirias/semshi', {'do': ':UpdateRemotePlugins'} +Plug 'wookayin/semshi', {'do': ':UpdateRemotePlugins'} " --- For golang Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } @@ -398,7 +398,7 @@ lua < with each lsp server you've enabled. require('lspconfig')['pyright'].setup { capabilities = capabilities