Compare commits

..

2 Commits

Author SHA1 Message Date
Raoul Branten
5f4866c0f6 comment clipboard 2025-05-22 16:42:50 +02:00
Raoul Branten
3b4bb34a67 fix lsp error 2025-05-22 16:41:44 +02:00
2 changed files with 3 additions and 1 deletions

View File

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

View File

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