mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +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.expandtab = true
|
||||||
vim.o.relativenumber = true
|
vim.o.relativenumber = true
|
||||||
vim.o.smartindent = true
|
vim.o.smartindent = true
|
||||||
vim.o.syntax = true
|
vim.o.syntax = "true"
|
||||||
vim.o.cursorline = true
|
vim.o.cursorline = true
|
||||||
vim.o.signcolumn = "auto"
|
vim.o.signcolumn = "auto"
|
||||||
|
|||||||
Reference in New Issue
Block a user