From 6b5fddde189cabcf8c79c551d463bdc325fc93d5 Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Thu, 28 Mar 2024 02:20:49 +0530 Subject: [PATCH] feat(nvim): sqlparse, disable zellij, disable clippy --- common/home.nix | 2 ++ common/nvim.nix | 1 + common/zellij.nix | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/common/home.nix b/common/home.nix index 057ce287..03f2c3b5 100644 --- a/common/home.nix +++ b/common/home.nix @@ -40,6 +40,8 @@ alejandra pkg-config devenv + python312Packages.sqlparse + sleek # Misc qmk diff --git a/common/nvim.nix b/common/nvim.nix index a6a8cd3c..f37b3140 100644 --- a/common/nvim.nix +++ b/common/nvim.nix @@ -517,6 +517,7 @@ in { end, }) end) + vim.g.rustaceanvim.tools = { enable_clippy = false }; ''; package = pkgs.neovim-nightly; options = { diff --git a/common/zellij.nix b/common/zellij.nix index b85f1a00..70ddafd6 100644 --- a/common/zellij.nix +++ b/common/zellij.nix @@ -95,7 +95,7 @@ }; }; }; - enableFishIntegration = true; + # enableFishIntegration = true; }; xdg.configFile."zellij/layouts/default.kdl" = { text =