From a1885849a2eee9dc52f39ac2a932d73bd6da1c71 Mon Sep 17 00:00:00 2001 From: stitchy Date: Tue, 24 Dec 2024 13:08:10 +0000 Subject: [PATCH 1/2] feat(nvim): nix lsp --- config/nvim/nvim.lua | 2 +- packages/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/nvim/nvim.lua b/config/nvim/nvim.lua index 66b367a..d518a0d 100644 --- a/config/nvim/nvim.lua +++ b/config/nvim/nvim.lua @@ -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', 'tinymist', 'rust_analyzer', 'vhdl_ls', 'vtsls' } +local servers = { 'clangd', 'glsl_analyzer', 'nixd', 'tinymist', 'rust_analyzer', 'vhdl_ls', 'vtsls' } for _, lsp in ipairs(servers) do lspconfig[lsp].setup { -- on_attach = my_custom_on_attach, diff --git a/packages/default.nix b/packages/default.nix index 1d3d24a..80d93e5 100644 --- a/packages/default.nix +++ b/packages/default.nix @@ -79,6 +79,7 @@ in "lazygit" "mypy" "neofetch" + "nixd" "p7zip" "pinentry" "ripgrep" From f66ed49776ae7a6b22a232ff69f4efd7aa7e7db3 Mon Sep 17 00:00:00 2001 From: stitchy Date: Wed, 25 Dec 2024 04:17:34 +0000 Subject: [PATCH 2/2] refactor(hyprland): faster animations --- config/hypr/hyprland.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 15c1b43..dfc8fb7 100755 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -64,14 +64,14 @@ decoration { animations { enabled=true - bezier = myBezier, 0.05, 0.9, 0.1, 1.05 + bezier = fast, 0.41, 0.6, 0.02, 0.93 - animation = windows, 1, 7, myBezier + animation = windows, 1, 1, fast animation = windowsOut, 1, 7, default, popin 80% animation = border, 1, 10, default animation = borderangle, 1, 8, default - animation = fade, 1, 7, default - animation = workspaces, 1, 6, default + animation = fade, 1, 3, default + animation = workspaces, 1, 1, fast } dwindle {