[nvim] format: move comment to the right

This commit is contained in:
David JULIEN 2021-12-02 15:33:22 +01:00
parent 7fe8e25f1e
commit 406a24d127
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ function M.setup()
local ft = vim.bo.filetype local ft = vim.bo.filetype
if ft == "cpp" then ft = "c" end if ft == "cpp" then ft = "c" end
require("lsp." .. ft) -- ./<ft>.lua require("lsp." .. ft) -- ./<ft>.lua
end end
return M return M