mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-04-24 18:19:10 +00:00
18 lines
265 B
Lua
18 lines
265 B
Lua
-- A bunch of plugins for programming languages support.
|
|
return {
|
|
-- EditorConfig plugin.
|
|
"editorconfig/editorconfig-vim",
|
|
|
|
-- Nix
|
|
"LnL7/vim-nix",
|
|
|
|
-- Dhall
|
|
"vmchale/dhall-vim",
|
|
|
|
-- Zig
|
|
"ziglang/zig.vim",
|
|
|
|
-- Justfiles
|
|
"NoahTheDuke/vim-just",
|
|
}
|