Neovim: remove unneeded comments from settings.lua

This commit is contained in:
Marko Korhonen 2022-09-03 00:11:25 +03:00
parent 3d64f03d95
commit 9ded153861

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