chore: reformat with stylua 0.13
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
-- Setup telescope with defaults
|
||||
if RELOAD then RELOAD('telescope') end
|
||||
require('telescope').setup()
|
||||
if RELOAD then
|
||||
RELOAD "telescope"
|
||||
end
|
||||
require("telescope").setup()
|
||||
|
||||
local docgen = require('docgen')
|
||||
local docgen = require "docgen"
|
||||
|
||||
local docs = {}
|
||||
|
||||
@@ -32,7 +34,7 @@ docs.test = function()
|
||||
docgen.write(input_file, output_file_handle)
|
||||
end
|
||||
|
||||
output_file_handle:write(" vim:tw=78:ts=8:ft=help:norl:\n")
|
||||
output_file_handle:write " vim:tw=78:ts=8:ft=help:norl:\n"
|
||||
output_file_handle:close()
|
||||
vim.cmd [[checktime]]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user