Add more neovim configuration
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
-- TODO: set this up
|
||||
return {
|
||||
-- 'stevearc/conform.nvim',
|
||||
-- opts = {},
|
||||
-- config = function()
|
||||
-- require("conform").setup({
|
||||
-- formatters_by_ft = {
|
||||
-- lua = { "stylua" },
|
||||
-- go = { "gofmt" },
|
||||
-- javascript = { "prettier" },
|
||||
-- typescript = { "prettier" },
|
||||
-- elixir = { "mix" }
|
||||
-- }
|
||||
-- })
|
||||
-- end
|
||||
}
|
||||
|
Reference in New Issue
Block a user