feat(nvim): Add lazy's git lang extra
This commit is contained in:
parent
8bf6f3bcee
commit
0653041179
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ require("lazy").setup({
|
|||
-- import any extras modules here
|
||||
{ import = "lazyvim.plugins.extras.editor.harpoon2" },
|
||||
{ import = "lazyvim.plugins.extras.lang.ansible" },
|
||||
{ import = "lazyvim.plugins.extras.lang.git" },
|
||||
{ import = "lazyvim.plugins.extras.lang.gleam" },
|
||||
{ import = "lazyvim.plugins.extras.lang.json" },
|
||||
{ import = "lazyvim.plugins.extras.lang.toml" },
|
||||
|
|
Loading…
Add table
Reference in a new issue