Skip to content

Commit 19c438e

Browse files
committed
Simplified fix - minimal changes (Sun Nov 30 07:21:00 PST 2025)
1 parent c48f307 commit 19c438e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ops.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
git add .
3+
git commit -m "Simplified fix - minimal changes ($(date))"
4+
git push

tests/minimal_init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ vim.opt.rtp:append(lazypath .. "/plenary.nvim")
55
vim.opt.rtp:append(lazypath .. "/nvim-treesitter")
66

77
vim.opt.swapfile = false
8+
vim.opt.tabstop = 8
9+
vim.opt.shiftwidth = 8
810

911
vim.cmd("runtime! plugin/treewalker.nvim")
1012
vim.cmd("runtime! plugin/plenary.vim")

0 commit comments

Comments
 (0)