fixed lint

This commit is contained in:
MasterGordon 2021-09-03 14:10:58 +02:00
parent 48f13be567
commit 00306f37d1
1 changed files with 2 additions and 4 deletions

View File

@ -6,10 +6,8 @@ set.clipboard = "unnamedplus"
set.mouse = "a"
set.termguicolors = true
set.swapfile = false
if (not vim.version().api_prerelease) then
set.cursorline = true
set.cursorlineopt = "number"
end
vim.cmd [[filetype plugin indent on]]
set.tabstop = 2