diff options
author | christianchiarulli <[email protected]> | 2021-07-13 00:48:37 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-13 00:48:37 -0400 |
commit | eceb656b4bdcd5bb4050c1e2566e95f97b99e20e (patch) | |
tree | dfe178e1a6317d70f2daf5619a2d23e1cc33b1cf /init.lua | |
parent | 4fad35a7e1a9d15317dada0625670707ffc5f9b0 (diff) |
poc with local prettier working
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ require "plugins" vim.g.colors_name = O.colorscheme -- Colorscheme must get called after plugins are loaded or it will break new installs. require "settings" require "lv-utils" +require "core.formatter" -- TODO: these guys need to be in language files -- require "lsp" |