added Comment.nvim; testing removing ability to wrap text
This commit is contained in:
@@ -17,7 +17,7 @@ opt.number = true -- Show line numbers
|
||||
opt.relativenumber = true -- Relative line numbers
|
||||
opt.signcolumn = "yes" -- Always show sign column
|
||||
opt.termguicolors = true -- True color support
|
||||
opt.wrap = true -- Disable line wrap
|
||||
opt.wrap = false -- Disable line wrap
|
||||
|
||||
-- Indentation
|
||||
opt.expandtab = true -- Use spaces instead of tabs
|
||||
|
||||
Reference in New Issue
Block a user