dms shell

This commit is contained in:
2025-10-03 13:57:32 +01:00
parent 127586a6a2
commit 8a1e40c3d0
19 changed files with 428 additions and 156 deletions
+7
View File
@@ -1,3 +1,10 @@
require("liamm.core.binds")
require("liamm.core.keymap")
require("liamm.core.options")
vim.api.nvim_create_autocmd({"BufRead", "BufNewFile"}, {
pattern = "*.h",
callback = function()
vim.bo.filetype = "c"
end,
})