This commit is contained in:
2026-06-03 20:32:40 +01:00
parent c90cc0d99f
commit ed3479b537
3 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.session

3
.nvim.lua Normal file
View File

@@ -0,0 +1,3 @@
require("lspconfig").qmlls.setup()
require("nvim-treesitter").install({ "qmljs" })

View File

@@ -24,6 +24,7 @@
buildInputs = with pkgs; [ buildInputs = with pkgs; [
quickshell quickshell
kdePackages.qtdeclarative
]; ];
# Environment variables # Environment variables