Merge branch 'main' of github.com:siduck76/neovim-dots
This commit is contained in:
commit
0ee95736eb
|
@ -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, ...)
|
||||
|
|
Loading…
Reference in New Issue