Compare commits

..

No commits in common. "5f4866c0f69459b471bf3e15caecc61a0e24d9cb" and "b11f25288e6e7603f44f1fedba775f0678651c02" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -41,5 +41,4 @@ vim.opt.hlsearch = true
vim.opt.wildignorecase = true
-- system clipboard
-- this was pretty annoying
--vim.opt.clipboard = 'unnamedplus'
vim.opt.clipboard = 'unnamedplus'

View File

@ -70,7 +70,6 @@ return {
--# lsp, the lazy way
{
"dundalek/lazy-lsp.nvim",
commit="0ccc0238be37351d53e64c2f6c7f9e106e2bdb68",
dependencies = {
"neovim/nvim-lspconfig",
{"VonHeikemen/lsp-zero.nvim", branch = "v3.x"},