LSP Rewrite

This commit is contained in:
agryphus 2023-12-05 23:56:09 -05:00
parent 5519206fdd
commit d9ac8b2bd1
5 changed files with 70 additions and 108 deletions

View file

@ -1,8 +1,4 @@
vim.keymap.set("n", "<leader>e", function ()
vim.g.lf_command_override = string.format('LF_OVERRIDE_X=%d LF_OVERRIDE_Y=%d lf',
math.floor(vim.go.columns * 0.5),
math.ceil(vim.go.lines * 0.25)
)
vim.cmd("Lf")
end)