merge: main
This commit is contained in:
parent
b029f7e21f
commit
47fccf586e
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -6,7 +6,7 @@
|
|||||||
url = https://github.com/lukas-reineke/indent-blankline.nvim.git
|
url = https://github.com/lukas-reineke/indent-blankline.nvim.git
|
||||||
[submodule ".config/nvim/pack/plugins/opt/nvim-lspconfig"]
|
[submodule ".config/nvim/pack/plugins/opt/nvim-lspconfig"]
|
||||||
path = .config/nvim/pack/plugins/opt/nvim-lspconfig
|
path = .config/nvim/pack/plugins/opt/nvim-lspconfig
|
||||||
url = https://github.com/neovim/nvim-lspconfig
|
url = https://github.com/neovim/nvim-lspconfig.git
|
||||||
[submodule ".config/nvim/pack/plugins/opt/nvim-treesitter"]
|
[submodule ".config/nvim/pack/plugins/opt/nvim-treesitter"]
|
||||||
path = .config/nvim/pack/plugins/opt/nvim-treesitter
|
path = .config/nvim/pack/plugins/opt/nvim-treesitter
|
||||||
url = https://github.com/nvim-treesitter/nvim-treesitter.git
|
url = https://github.com/nvim-treesitter/nvim-treesitter.git
|
||||||
|
2
.zshenv
2
.zshenv
@ -1,6 +1,6 @@
|
|||||||
export PYENV_ROOT="$HOME/.pyenv"
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
|
|
||||||
PATH="$HOME/bin:$HOME/.local/bin:$PYENV_ROOT/bin:$PATH"
|
path=(~/bin ~/.local/bin "$PYENV_ROOT"/bin "$path")
|
||||||
|
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
Loading…
Reference in New Issue
Block a user