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
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 {
after = "nvim-lspconfig",
"ray-x/lsp_signature.nvim",
event = "InsertEnter",
config = function()
require("plugins.others").signature()
end