From f5f085f9c86a935b1ee1e4d67f7af91696e3de99 Mon Sep 17 00:00:00 2001 From: orip Date: Fri, 4 Jul 2025 17:11:10 +0300 Subject: [PATCH] Undo the formatting changes from https://github.com/oriori1703/kickstart-modular.nvim/pull/7 --- init.lua | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/init.lua b/init.lua index 387563c3..cd03ba9f 100644 --- a/init.lua +++ b/init.lua @@ -1,4 +1,5 @@ --[[ + ===================================================================== ==================== READ THIS BEFORE CONTINUING ==================== ===================================================================== @@ -922,12 +923,7 @@ require('lazy').setup({ }, -- Highlight todo, notes, etc in comments - { - 'folke/todo-comments.nvim', - event = 'VimEnter', - dependencies = { 'nvim-lua/plenary.nvim' }, - opts = { signs = false }, - }, + { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } }, { -- Collection of various small independent plugins/modules 'echasnovski/mini.nvim', @@ -972,19 +968,7 @@ require('lazy').setup({ main = 'nvim-treesitter.configs', -- Sets main module to use for opts -- [[ Configure Treesitter ]] See `:help nvim-treesitter` opts = { - ensure_installed = { - 'bash', - 'c', - 'diff', - 'html', - 'lua', - 'luadoc', - 'markdown', - 'markdown_inline', - 'query', - 'vim', - 'vimdoc', - }, + ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' }, -- Autoinstall languages that are not installed auto_install = true, highlight = {