*: Move third-party plugins into .local/share/
Move all submodules that were under .config/ into .local/share/ (alias XDG_DATA_HOME). I got convinced that they feel out of place in .config/. Instead of updating the paths from which they are sourced (e.g. `TMUX_PLUGIN_MANAGER_PATH` or `packpath`), keep a symlink in the old location that points to the new one. This has the benefit that everything related to one program remains mostly accessible from the same place instead of spreading everything out. I am still unsure if I really like the new location as I affiliate user **data** more with something that has to be backed up as it is non-recreatable. And moving them out of .config/ had the reasoning that they are not my config files but rather data from the internet that could be retrieved when deleting. But using XDG_CACHE_HOME seems unreasonable as well. We'll see. Move the fzf-repo from ./local/bin/ to .local/share/. Update all relative symlinks' (e.g. fzf) targets.
This commit is contained in:
1
.config/vim/pack
Symbolic link
1
.config/vim/pack
Symbolic link
@@ -0,0 +1 @@
|
||||
../../.local/share/vim/pack/
|
||||
Submodule .config/vim/pack/plugins/opt/Colorizer deleted from 826d5691ac
Submodule .config/vim/pack/plugins/opt/arm-syntax-vim deleted from e0abb52d46
Submodule .config/vim/pack/plugins/opt/coc.nvim deleted from 28e7f0376b
Submodule .config/vim/pack/plugins/opt/cocci-syntax deleted from 6333746cab
Submodule .config/vim/pack/plugins/opt/delimitMate deleted from 537a1da0fa
@@ -1 +0,0 @@
|
||||
../../../../../.local/bin/fzf-repo/
|
||||
Submodule .config/vim/pack/plugins/opt/fzf.vim deleted from d6aa21476b
Submodule .config/vim/pack/plugins/opt/markdown-preview.nvim deleted from e5bfe9b89d
Submodule .config/vim/pack/plugins/opt/onedark.vim deleted from b70ed293f3
Submodule .config/vim/pack/plugins/opt/vim-fugitive deleted from ee992c808c
Submodule .config/vim/pack/plugins/opt/vim-gitgutter deleted from 256702dd14
Submodule .config/vim/pack/plugins/opt/vim-gutentags deleted from 50705e8ebb
Submodule .config/vim/pack/plugins/opt/vim-lastplace deleted from d522829d81
Submodule .config/vim/pack/plugins/opt/vim-obsession deleted from 7d39576149
Submodule .config/vim/pack/plugins/opt/vim-sort-folds deleted from f51d6ad5dc
Submodule .config/vim/pack/plugins/opt/vim-surround deleted from aeb933272e
Submodule .config/vim/pack/plugins/opt/vim-syntax-extra deleted from 5906eeab33
Submodule .config/vim/pack/plugins/opt/vim-textobj-comment deleted from 58ae4571b7
Submodule .config/vim/pack/plugins/opt/vim-textobj-user deleted from 41a675ddbe
Submodule .config/vim/pack/plugins/opt/vimtex deleted from 3db6aaaf42
@@ -1 +0,0 @@
|
||||
../opt/Colorizer/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/arm-syntax-vim/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/cocci-syntax/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/delimitMate/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/fzf
|
||||
@@ -1 +0,0 @@
|
||||
../opt/fzf.vim
|
||||
@@ -1 +0,0 @@
|
||||
../opt/markdown-preview.nvim/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/onedark.vim/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-fugitive/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-gitgutter/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-lastplace/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-obsession/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-sort-folds/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-surround/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-syntax-extra/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-textobj-comment/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vim-textobj-user/
|
||||
@@ -1 +0,0 @@
|
||||
../../../../tmux/plugins/vim-tmux-navigator/
|
||||
@@ -1 +0,0 @@
|
||||
../opt/vimtex/
|
||||
Reference in New Issue
Block a user