Install efm lsp and use lua-format on all files

This commit is contained in:
2021-11-21 12:37:26 +03:00
parent cb8c78723b
commit 05606ee54b
9 changed files with 83 additions and 101 deletions

View File

@@ -4,7 +4,7 @@ local ls = require("luasnip")
ls.config.set_config({
history = true,
-- Update more often, :h events for more info.
updateevents = "TextChanged,TextChangedI",
updateevents = "TextChanged,TextChangedI"
})
require("luasnip/loaders/from_vscode").lazy_load()