This commit is contained in:
Zacharias-Brohn
2025-02-07 21:00:50 +01:00
parent 3d77af4231
commit a0ecbb3dc8
19 changed files with 741 additions and 26 deletions
+4
View File
@@ -14,3 +14,7 @@ autocmd('LspAttach', {
vim.keymap.set("n", "]d", function() vim.diagnostic.goto_prev() end, opts)
end
})
vim.filetype.add({
pattern = { [".*/hypr/.*%.conf$"] = "hyprlang" },
})