Bring over commits accidentally only on local_machine branch to main
This commit is contained in:
parent
07471f5d48
commit
332c883a48
11 changed files with 59 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue