Make my pretty comment not get snapped

master
Drake 2 years ago
parent 3c6fc1b28d
commit 284b2baf42

@ -1,6 +1,7 @@
-- plugin-independent configuration, such as autocmds
local set = vim.opt
-- stylua: ignore start
-- Set some stuff up like clipboard and mouse
set.termguicolors = true -- Needed for literally any modern colorscheme
set.mouse = 'a' -- Mouse support
@ -10,5 +11,6 @@ set.number = true -- Show line numbers
set.tabstop = 4 -- Set up tabs
set.shiftwidth = 4 -- See above
set.cursorline = false
--stylua: ignore end
-- Autocmds

Loading…
Cancel
Save