Neovim: add signature help plugin + make use of quotes consistent

This commit is contained in:
Marko Korhonen 2022-08-14 20:36:32 +03:00
parent ae3b1f5db4
commit 3a918ea5fe
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
7 changed files with 35 additions and 29 deletions

View file

@ -54,4 +54,4 @@ cmp.setup {
}
-- load friendly-snippets to luasnip
require("luasnip/loaders/from_vscode").lazy_load()
require('luasnip/loaders/from_vscode').lazy_load()