Added .gitignore and lazy load lsp_signature more (#218)
This commit is contained in:
parent
ea992308f1
commit
2795ed4fb3
|
@ -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…
Reference in New Issue