nix-infra/users/common/nvim/lua/plugins/ansible.lua

9 lines
300 B
Lua

-- every spec file under the "plugins" directory will be loaded automatically by lazy.nvim
--
-- In your plugin files, you can:
-- * add extra plugins
-- * disable/enabled LazyVim plugins
-- * override the configuration of LazyVim plugins
return {
{ "pearofducks/ansible-vim", name = "ansible" }
}