fixes
This commit is contained in:
parent
8a5adcae61
commit
5838a087f7
2 changed files with 3 additions and 1 deletions
2
bashrc
2
bashrc
|
|
@ -22,6 +22,8 @@ export PATH="$PATH:$HOME/.cargo/bin"
|
||||||
unset SSH_ASKPASS
|
unset SSH_ASKPASS
|
||||||
export PYTHONSTARTUP=.python_startup.py
|
export PYTHONSTARTUP=.python_startup.py
|
||||||
eval "$(~/.rbenv/bin/rbenv init - bash)"
|
eval "$(~/.rbenv/bin/rbenv init - bash)"
|
||||||
|
alias nvim=nvim_listen.sh
|
||||||
alias vim=nvim
|
alias vim=nvim
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export TERM='xterm-256color'
|
export TERM='xterm-256color'
|
||||||
|
|
||||||
|
|
|
||||||
2
init.lua
2
init.lua
|
|
@ -37,7 +37,7 @@ require("lazy").setup({
|
||||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
opts = {},
|
opts = {},
|
||||||
},
|
},
|
||||||
"j-hui/fidget.nvim",
|
{ "j-hui/fidget.nvim", tag = "legacy" },
|
||||||
"terrortylor/nvim-comment",
|
"terrortylor/nvim-comment",
|
||||||
{ "akinsho/bufferline.nvim", version = "*", dependencies = "nvim-tree/nvim-web-devicons" },
|
{ "akinsho/bufferline.nvim", version = "*", dependencies = "nvim-tree/nvim-web-devicons" },
|
||||||
"petertriho/nvim-scrollbar",
|
"petertriho/nvim-scrollbar",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue