Skip to content
Discussion options

You must be logged in to vote

In 0.94.0 an later:

Vimrc:

set nonumber
set norelativenumber
set signcolumn=no
set nofoldcolumn
set nocursorline

Lua:

vim.opt.number = false
vim.opt.relativenumber = false
vim.opt.signcolumn = "no"
vim.opt.foldcolumn = false
vim.opt.cursorline = false

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by saberzero1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #101 on August 02, 2026 09:34.