remove unneeded packadds

This commit is contained in:
siduck76 2021-04-30 12:58:47 +05:30
parent 92312377df
commit 852a7f6b1e
5 changed files with 3 additions and 21 deletions

View file

@ -1,6 +1,3 @@
vim.cmd [[packadd nvim-lspconfig]]
vim.cmd [[packadd nvim-compe]]
function on_attach(client)
local function map(...)
vim.api.nvim_buf_set_keymap(bufnr, ...)