From ed3479b537a03837b728b7602fa572975f06fe67 Mon Sep 17 00:00:00 2001 From: voidarc Date: Wed, 3 Jun 2026 20:32:40 +0100 Subject: [PATCH] setup --- .gitignore | 1 + .nvim.lua | 3 +++ flake.nix | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100644 .nvim.lua diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1f8011a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.session diff --git a/.nvim.lua b/.nvim.lua new file mode 100644 index 0000000..7168375 --- /dev/null +++ b/.nvim.lua @@ -0,0 +1,3 @@ +require("lspconfig").qmlls.setup() + +require("nvim-treesitter").install({ "qmljs" }) diff --git a/flake.nix b/flake.nix index 189bb01..962ccf1 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,7 @@ buildInputs = with pkgs; [ quickshell + kdePackages.qtdeclarative ]; # Environment variables