mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 10:57:58 +00:00
15 lines
223 B
Lua
15 lines
223 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",
|
||
|
}
|