mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 02:24:58 +02:00
auto detect file for zig, and language server for zig (#604)
Co-authored-by: maxxnino <idonthaveemail@dontknow.com>
This commit is contained in:
parent
27f662efa7
commit
b6942d5025
3 changed files with 21 additions and 1 deletions
4
ftdetect/zig.lua
Normal file
4
ftdetect/zig.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
vim.cmd([[
|
||||
au BufRead,BufNewFile *.zig set filetype=zig
|
||||
au BufRead,BufNewFile *.zir set filetype=zir
|
||||
]])
|
Loading…
Add table
Add a link
Reference in a new issue