Install efm lsp and use lua-format on all files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local M = {}
|
||||
|
||||
M.toggleBackground = function ()
|
||||
M.toggleBackground = function()
|
||||
if vim.opt.background:get() == "dark" then
|
||||
vim.opt.background = "light"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user