neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(options): set `shiftwidth` to 0 (follow `tabsize` value)

+1 -1
+1 -1
lua/core/options.lua
··· 65 65 vim.o.scrolloff = 5 66 66 vim.opt.sessionoptions = { "buffers", "curdir", "folds", "help", "tabpages", "winsize" } 67 67 vim.o.shiftround = true 68 - vim.o.shiftwidth = 4 68 + vim.o.shiftwidth = 0 69 69 vim.opt.shortmess:append({ 70 70 W = true, -- Don't print "written" when editing 71 71 I = false, -- No splash screen