1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00

nvim: improved guidelines for filetypes

This commit is contained in:
2024-04-18 01:24:55 +02:00
parent e63be081b6
commit 7e7f1713ae
3 changed files with 5 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ vim.filetype.add({
nim = "nim",
py = "python",
sage = "python",
sh = "shell",
sh = "bash",
tex = "tex",
},
})