Skip to content

Commit f5f085f

Browse files
committed
Undo the formatting changes from oriori1703#7
1 parent d20b4c5 commit f5f085f

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

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
=====================================================================
@@ -922,12 +923,7 @@ require('lazy').setup({
922923
},
923924

924925
-- Highlight todo, notes, etc in comments
925-
{
926-
'folke/todo-comments.nvim',
927-
event = 'VimEnter',
928-
dependencies = { 'nvim-lua/plenary.nvim' },
929-
opts = { signs = false },
930-
},
926+
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
931927

932928
{ -- Collection of various small independent plugins/modules
933929
'echasnovski/mini.nvim',
@@ -972,19 +968,7 @@ require('lazy').setup({
972968
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
973969
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
974970
opts = {
975-
ensure_installed = {
976-
'bash',
977-
'c',
978-
'diff',
979-
'html',
980-
'lua',
981-
'luadoc',
982-
'markdown',
983-
'markdown_inline',
984-
'query',
985-
'vim',
986-
'vimdoc',
987-
},
971+
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' },
988972
-- Autoinstall languages that are not installed
989973
auto_install = true,
990974
highlight = {

0 commit comments

Comments
 (0)