Bring over commits accidentally only on local_machine branch to main

This commit is contained in:
Martin Larsson 2025-07-09 23:58:22 +02:00
parent 07471f5d48
commit 332c883a48
11 changed files with 59 additions and 11 deletions

View file

@ -1,6 +1,6 @@
local opt = vim.opt
-- Disable tabs, will use telescope and harpoon instead
-- Disable tabs
opt.showtabline = 0
-- Make Vim use the system clipboard
@ -71,7 +71,7 @@ opt.scrolloff = 4
opt.list = false
-- Sessions
opt.sessionoptions = { "buffers", "curdir", "winsize", "winpos", "skiprtp" }
opt.sessionoptions = { "buffers", "curdir", "winsize", "winpos", "tabpages", "skiprtp" }
-- Builtin LSP completion tweaks
-- See comment in lspsetup autocmd for LspAttach