lazy load neoformat + lspkind ( run :PackerSync and :PackerCompile )

This commit is contained in:
siduck76
2021-06-26 07:31:15 +05:30
parent 5f676ffbdb
commit e2717401fe
4 changed files with 16 additions and 7 deletions

View File

@@ -93,7 +93,7 @@ map("s", "<S-Tab>", "v:lua.s_tab_complete()", {expr = true})
map("i", "<CR>", "v:lua.completions()", {expr = true})
-- Mappings for nvimtree
vim.api.nvim_set_keymap(
map(
"n",
"<C-n>",
":NvimTreeToggle<CR>",
@@ -102,3 +102,5 @@ vim.api.nvim_set_keymap(
silent = true
}
)
map("n", "<Leader>fm", [[<Cmd> Neoformat<CR>]], opt)