Compare commits

..

No commits in common. "19069aba4454f91e018bf51729c778ee2cbd4879" and "93571017f746bee464e26993e1e64868bbc48594" have entirely different histories.

3 changed files with 3 additions and 10 deletions

View file

@ -37,7 +37,7 @@ local capabilities = require("cmp_nvim_lsp").default_capabilities()
local lspconfig = require('lspconfig')
-- Enable some language servers with the additional completion capabilities offered by nvim-cmp
local servers = { 'clangd', 'glsl_analyzer', 'rust_analyzer', 'tinymist', 'vhdl_ls', 'vtsls' }
local servers = { 'clangd', 'rust_analyzer', 'typst_lsp', 'vhdl_ls', 'vtsls' }
for _, lsp in ipairs(servers) do
lspconfig[lsp].setup {
-- on_attach = my_custom_on_attach,

View file

@ -137,13 +137,8 @@ export RUSTUP_HOME="$XDG_DATA_HOME"/rustup
export CARGO_HOME="$XDG_DATA_HOME"/cargo
alias dosbox="dosbox -conf $XDG_CONFIG_HOME/dosbox/dosbox.conf"
alias rbs="reconfig switch"
alias rbb="reconfig build"
alias dosbox="dosbox -conf "$XDG_CONFIG_HOME"/dosbox/dosbox.conf "
reconfig() {
sudo nixos-rebuild --flake "/etc/nixos#$(cat /etc/hostname)" "$@"
}
# Autostart Hyprland after all environmental Variables have been declared
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then

View file

@ -72,15 +72,13 @@ in
"fzf"
"git"
"glib"
"glsl_analyzer"
"gnumake"
"gnupg"
"mypy"
"neofetch"
"p7zip"
"pinentry"
"rust-analyzer"
"tinymist"
"typst-lsp"
"unzip"
"vhdl-ls"
"vtsls"