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

@@ -1,6 +1,6 @@
local M = {}
M.toggleBackground = function ()
M.toggleBackground = function()
if vim.opt.background:get() == "dark" then
vim.opt.background = "light"
else