Added .gitignore and lazy load lsp_signature more (#218)

navigator
ashincoder 3 years ago committed by GitHub
parent ea992308f1
commit 2795ed4fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored

@ -0,0 +1 @@
plugin

@ -88,8 +88,8 @@ return packer.startup(
}
use {
after = "nvim-lspconfig",
"ray-x/lsp_signature.nvim",
event = "InsertEnter",
config = function()
require("plugins.others").signature()
end

Loading…
Cancel
Save