From 00306f37d1fa27a90903be013028d82b044a36e9 Mon Sep 17 00:00:00 2001 From: MasterGordon Date: Fri, 3 Sep 2021 14:10:58 +0200 Subject: [PATCH] fixed lint --- lua/basics.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lua/basics.lua b/lua/basics.lua index 7047c8c..9231c2c 100644 --- a/lua/basics.lua +++ b/lua/basics.lua @@ -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 +set.cursorline = true +set.cursorlineopt = "number" vim.cmd [[filetype plugin indent on]] set.tabstop = 2