Merge branch 'main' of github.com:siduck76/neovim-dots

This commit is contained in:
siduck76 2021-04-22 18:57:49 +05:30
commit 0ee95736eb
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
vim.cmd [[packadd nvim-lspconfig]]
vim.cmd [[packadd nvim-compe]]
local nvim_lsp = require("lspconfig")
function on_attach(client)
local function buf_set_keymap(...)
vim.api.nvim_buf_set_keymap(bufnr, ...)