Skip to content

Commit

Permalink
feat: add python and go extras
Browse files Browse the repository at this point in the history
  • Loading branch information
buck06191 committed Feb 8, 2024
1 parent e7fdb7f commit 3364bee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/nvim-lazy/lua/config/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ require("lazy").setup({
{ import = "lazyvim.plugins.extras.formatting.prettier" },
{ import = "lazyvim.plugins.extras.lang.rust" },
{ import = "lazyvim.plugins.extras.lang.json" },
{ import = "lazyvim.plugins.extras.lang.python" },
{ import = "lazyvim.plugins.extras.lang.elixir" },
{ import = "lazyvim.plugins.extras.lang.go" },
{ import = "lazyvim.plugins.extras.ui.mini-animate" },
-- import/override with your plugins
{ import = "plugins" },
Expand Down

0 comments on commit 3364bee

Please sign in to comment.