[nvim] format: move comment to the right
This commit is contained in:
parent
7fe8e25f1e
commit
406a24d127
@ -74,7 +74,7 @@ function M.setup()
|
||||
|
||||
local ft = vim.bo.filetype
|
||||
if ft == "cpp" then ft = "c" end
|
||||
require("lsp." .. ft) -- ./<ft>.lua
|
||||
require("lsp." .. ft) -- ./<ft>.lua
|
||||
end
|
||||
|
||||
return M
|
||||
|
Reference in New Issue
Block a user