๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

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

remove comments from nvim options

Kacaii 698a7d0d 14a79dc5

+2 -6
+2 -6
nvim/lua/config/options.lua
··· 1 1 local opt = vim.opt 2 2 3 3 vim.g.snacks_animate = true 4 - opt.scrolloff = 10 -- Lines of context. 5 - opt.cursorline = true -- Highlights the current line. 6 - -- opt.tabstop = 4 -- Number of spaces a 'Tab' counts for. 7 - -- opt.shiftwidth = 4 -- Size of an indent. 8 - 9 - -- vim.o.winborder = "single" 4 + opt.scrolloff = 10 5 + opt.cursorline = true