mirror of
https://github.com/arkorty/Neolite.git
synced 2026-05-07 10:02:15 +00:00
Fix bug introduced due to change of vim syntax option type from boolean
to string
This commit is contained in:
parent
ceea7f387b
commit
ff621ae0a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue