add nix ftplugin

This commit is contained in:
2026-06-28 15:20:20 +09:00
parent 881b809c32
commit f6fa2f15cc
7 changed files with 117 additions and 20 deletions

6
lua/plugins/julia.lua Normal file
View File

@@ -0,0 +1,6 @@
return {
"mincomk/julia-vim",
init = function()
vim.g.latex_to_unicode_ins_mapping = "<S-Tab>"
end
}