mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-04-25 00:19:11 +00:00
21 lines
310 B
Lua
21 lines
310 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",
|
|
|
|
-- Tridactyl
|
|
"tridactyl/vim-tridactyl",
|
|
}
|