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

This commit is contained in:
ashincoder 2021-08-07 15:24:31 +05:30 committed by GitHub
parent ea992308f1
commit 2795ed4fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
plugin

View File

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