nvim: don't lazy-load org, fix lsp keymap
This commit is contained in:
parent
f8e686a334
commit
34427ef8bc
|
@ -37,6 +37,5 @@ packer.use {
|
|||
end
|
||||
}
|
||||
)
|
||||
end,
|
||||
ft = 'org'
|
||||
end
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ packer.use {
|
|||
end)
|
||||
map('n', '<Leader>lrn', vim.lsp.buf.rename)
|
||||
map('n', '<Leader>la', vim.lsp.buf.code_action)
|
||||
map('n', '<Leader>f', vim.lsp.buf.formatting)
|
||||
map('n', '<Leader>lf', vim.lsp.buf.formatting)
|
||||
|
||||
-- highlight symbol under cursor
|
||||
if client.resolved_capabilities.document_highlight then
|
||||
|
|
Loading…
Reference in New Issue
Block a user