From aa0110cc37d3a41a19f57abcd7f06f546589d2c2 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Wed, 4 Oct 2023 06:24:15 +1030 Subject: [PATCH] minor updates --- .config/bash/.bashrc | 11 ++++++--- .config/nvim/lua/lazyvim/plugins/utility.lua | 26 +------------------- .config/x11/xprofile | 2 +- 3 files changed, 9 insertions(+), 30 deletions(-) diff --git a/.config/bash/.bashrc b/.config/bash/.bashrc index 59dbb8c..bb0070c 100644 --- a/.config/bash/.bashrc +++ b/.config/bash/.bashrc @@ -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" diff --git a/.config/nvim/lua/lazyvim/plugins/utility.lua b/.config/nvim/lua/lazyvim/plugins/utility.lua index 41be6fb..df0a9f9 100644 --- a/.config/nvim/lua/lazyvim/plugins/utility.lua +++ b/.config/nvim/lua/lazyvim/plugins/utility.lua @@ -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", diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 195265d..796ba1b 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -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" &