LSP Rewrite
This commit is contained in:
parent
5519206fdd
commit
d9ac8b2bd1
5 changed files with 70 additions and 108 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue