Skip to content

Commit 24064fc

Browse files
oriori1703bfabio
authored andcommitted
Undo the formatting changes from oriori1703#7
1 parent 8c9ae7b commit 24064fc

1 file changed

Lines changed: 3 additions & 19 deletions

File tree

init.lua

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
--[[
2+
23
=====================================================================
34
==================== READ THIS BEFORE CONTINUING ====================
45
=====================================================================
@@ -986,12 +987,7 @@ require('lazy').setup({
986987
},
987988

988989
-- Highlight todo, notes, etc in comments
989-
{
990-
'folke/todo-comments.nvim',
991-
event = 'VimEnter',
992-
dependencies = { 'nvim-lua/plenary.nvim' },
993-
opts = { signs = false },
994-
},
990+
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
995991

996992
{ -- Collection of various small independent plugins/modules
997993
'echasnovski/mini.nvim',
@@ -1036,19 +1032,7 @@ require('lazy').setup({
10361032
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
10371033
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
10381034
opts = {
1039-
ensure_installed = {
1040-
'bash',
1041-
'c',
1042-
'diff',
1043-
'html',
1044-
'lua',
1045-
'luadoc',
1046-
'markdown',
1047-
'markdown_inline',
1048-
'query',
1049-
'vim',
1050-
'vimdoc',
1051-
},
1035+
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' },
10521036
-- Autoinstall languages that are not installed
10531037
auto_install = true,
10541038
highlight = {

0 commit comments

Comments
 (0)