mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-17 16:51:42 +00:00
Fix bug introduced due to change of vim syntax option type from boolean
to string
This commit is contained in:
@@ -3,6 +3,6 @@ vim.o.shiftwidth = 4
|
||||
vim.o.expandtab = true
|
||||
vim.o.relativenumber = true
|
||||
vim.o.smartindent = true
|
||||
vim.o.syntax = true
|
||||
vim.o.syntax = "true"
|
||||
vim.o.cursorline = true
|
||||
vim.o.signcolumn = "auto"
|
||||
|
||||
Reference in New Issue
Block a user