nvim: enable conform + prettier
This commit is contained in:
parent
ea69d13bcf
commit
326f502d38
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ require("lazy").setup({
|
|||
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
|
||||
-- import any extras modules here
|
||||
-- { import = "lazyvim.plugins.extras.ui.mini-animate" },
|
||||
{ import = "lazyvim.plugins.extras.formatting.conform" },
|
||||
{ import = "lazyvim.plugins.extras.formatting.prettier" },
|
||||
{ import = "lazyvim.plugins.extras.coding.copilot" },
|
||||
{ import = "lazyvim.plugins.extras.coding.yanky" },
|
||||
{ import = "lazyvim.plugins.extras.lang.go" },
|
||||
|
|
Loading…
Reference in a new issue