nvim be nvimming as always
This commit is contained in:
parent
1e09da54ca
commit
36c47f574b
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -53,3 +53,5 @@ UMI
|
|||
conda
|
||||
barcoding
|
||||
Al'Khafaji
|
||||
Zig
|
||||
Roc
|
||||
|
|
Loading…
Reference in a new issue