minor updates
This commit is contained in:
parent
ec5017debf
commit
aa0110cc37
@ -90,10 +90,13 @@ set_prompt() {
|
||||
|
||||
PROMPT_COMMAND=set_prompt
|
||||
|
||||
# Pyenv stuff
|
||||
export PATH="$HOME/.pyenv/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
# # Pyenv stuff
|
||||
# export PATH="$HOME/.pyenv/bin:$PATH"
|
||||
# eval "$(pyenv init -)"
|
||||
# eval "$(pyenv virtualenv-init -)"
|
||||
|
||||
# direnv for go
|
||||
eval "$(direnv hook bash)"
|
||||
|
||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||
export SDKMAN_DIR="$HOME/.sdkman"
|
||||
|
||||
@ -104,31 +104,7 @@ return {
|
||||
},
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
event = "BufReadPre",
|
||||
config = function()
|
||||
vim.g.indent_blankline_buftype_exclude = { "terminal", "nofile" }
|
||||
vim.g.indent_blankline_filetype_exclude = {
|
||||
"help",
|
||||
"startify",
|
||||
"dashboard",
|
||||
"packer",
|
||||
"neogitstatus",
|
||||
"NvimTree",
|
||||
"Trouble",
|
||||
"text",
|
||||
}
|
||||
vim.g.indentLine_enabled = 1
|
||||
vim.g.indent_blankline_char = "▏"
|
||||
|
||||
vim.g.indent_blankline_show_trailing_blankline_indent = false
|
||||
vim.g.indent_blankline_show_first_indent_level = true
|
||||
vim.g.indent_blankline_use_treesitter = false
|
||||
vim.g.indent_blankline_show_current_context = true
|
||||
|
||||
require("indent_blankline").setup({
|
||||
show_current_context = true,
|
||||
})
|
||||
end,
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
"windwp/nvim-autopairs",
|
||||
|
||||
@ -16,7 +16,7 @@ numlockx
|
||||
nitrogen --restore &
|
||||
|
||||
# I don't use the following but I like it so I'll leave it for now.
|
||||
autostart="pipewire pipewire-pulse wireplumber dunst mpd nm-applet picom"
|
||||
autostart="pipewire dunst mpd nm-applet picom"
|
||||
|
||||
for program in $autostart; do
|
||||
pidof -s "$program" || "$program" &
|
||||
|
||||
Loading…
Reference in New Issue
Block a user