We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48f307 commit 19c438eCopy full SHA for 19c438e
ops.sh
@@ -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
@@ -5,6 +5,8 @@ vim.opt.rtp:append(lazypath .. "/plenary.nvim")
5
vim.opt.rtp:append(lazypath .. "/nvim-treesitter")
6
7
vim.opt.swapfile = false
8
+vim.opt.tabstop = 8
9
+vim.opt.shiftwidth = 8
10
11
vim.cmd("runtime! plugin/treewalker.nvim")
12
vim.cmd("runtime! plugin/plenary.vim")
0 commit comments