Install efm lsp and use lua-format on all files
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user