From 2ece2960111b06ddee906b7dbaa0fcd6ab4be984 Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Tue, 28 Jul 2026 12:57:04 -0700 Subject: [PATCH] Fix indent --- init.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 6b2ea5a..9c4aca3 100644 --- a/init.vim +++ b/init.vim @@ -36,7 +36,9 @@ vim.pack.add({ -- Highlight syntax and support indent for MoonScript 'https://github.com/leafo/moonscript-vim', - }, {confirm = false}) +}, { + confirm = false +}) . colorscheme dracula