diff --git a/install.sh b/install.sh index 2910fcc..8d3dba2 100755 --- a/install.sh +++ b/install.sh @@ -39,7 +39,7 @@ fi if $NVIM; then dependencies="neovim git unzip fzf cmake gcc make curl wget ripgrep npm" if [[ $OS == "NAME=\"Arch Linux\"" ]]; then - $SUDO pacman -Sy --needed --noconfirm "$dependencies" npm go fd + $SUDO pacman -Sy --needed --noconfirm "$dependencies" npm go fd dotnet-sdk elif [[ $OS == "NAME=\"Ubuntu\"" ]]; then $SUDO apt update $SUDO apt install -y software-properties-common diff --git a/nvim/lua/plugins/init.lua b/nvim/lua/plugins/init.lua index 75337e9..d5d701c 100644 --- a/nvim/lua/plugins/init.lua +++ b/nvim/lua/plugins/init.lua @@ -2,6 +2,7 @@ return { 'ConradIrwin/vim-bracketed-paste', 'airblade/vim-rooter', 'nuchs/vim-hypr-nav', + 'isobit/vim-caddyfile', 'debugloop/telescope-undo.nvim', {'windwp/nvim-autopairs', event = "InsertEnter", opts = {}}, {'NeogitOrg/neogit', dependencies = {"nvim-lua/plenary.nvim", "nvim-telescope/telescope.nvim", "sindrets/diffview.nvim"}, config = true, lazy = true}, diff --git a/nvim/spell/ltex.dictionary.en-GB.txt b/nvim/spell/ltex.dictionary.en-GB.txt index 51c1d9e..e94a0e7 100644 --- a/nvim/spell/ltex.dictionary.en-GB.txt +++ b/nvim/spell/ltex.dictionary.en-GB.txt @@ -4,3 +4,4 @@ OpenSwarm Lumentis stochasticity Feywild +closeby diff --git a/profile/.profile b/profile/.profile index 57b121f..84d3d3f 100644 --- a/profile/.profile +++ b/profile/.profile @@ -17,3 +17,4 @@ export ZDOTDIR="$XDG_CONFIG_HOME"/zsh export XDG_CURRENT_DESKTOP=GNOME export OPENCV_LOG_LEVEL=ERROR export PATH="$HOME/.local/bin:$PATH" +. "$HOME/.cargo/env" diff --git a/zsh/.zshenv b/zsh/.zshenv new file mode 100644 index 0000000..c2f3182 --- /dev/null +++ b/zsh/.zshenv @@ -0,0 +1 @@ +. "$HOME/.cargo/env"