nvim be nvimming as always

This commit is contained in:
Daylin Morgan 2024-05-22 11:48:17 -05:00
parent 1e09da54ca
commit 36c47f574b
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 9 additions and 0 deletions

View file

@ -10,5 +10,12 @@ vim.opt.timeoutlen = 200
vim.g.autoformat = false
-- make .roc files have the correct filetype
vim.api.nvim_create_autocmd({ "BufEnter", "BufWinEnter" }, {
pattern = { "*.roc" },
command = "set filetype=roc",
})
-- https://github.com/ziglang/zig.vim/issues/51#issuecomment-1637180522
vim.g.zig_fmt_autosave = 0

View file

@ -53,3 +53,5 @@ UMI
conda
barcoding
Al'Khafaji
Zig
Roc