summaryrefslogtreecommitdiff
path: root/lua/core/formatter.lua
AgeCommit message (Collapse)Author
2021-07-24New contract (#1080)Christian Chiarulli
Changes to the global config object O is now lvim user_plugins is now plugins user_autocommands is now autocommands No more lang specific plugins Null-ls has replaced both formatter.nvim and nvim-lint
2021-07-19Fix reports from luacheck (#1031)Luc Sinet
2021-07-13Added default formatters (#908)Abouzar Parvan
* added default formatters for a couple of langs * fix: sugesstions from tastyep * allow users to change default formatters * suggestion: mellow pointed out the telescope issue * we don't need to use formatter.setup
2021-07-13protected call for formatter.nvimchristianchiarulli
2021-07-13poc with local prettier workingchristianchiarulli
2021-07-12refactor single filechristianchiarulli