Neovim: remove unneeded comments from settings.lua

This commit is contained in:
Marko Korhonen 2022-09-03 00:11:25 +03:00
parent d483cbe2ed
commit 830dd01a30
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -1,8 +1,6 @@
local o = vim.o
local g = vim.g
------ Appearance ------
-- True colors
o.termguicolors = true
@ -27,8 +25,6 @@ o.laststatus = 3
-- Hide cmdline
o.cmdheight = 0
------ Misc -------
-- Use suda by default
g.suda_smart_edit = 1