Skip to content

Commit 21b175d

Browse files
committed
remove spaces in empty lines
1 parent f15af9b commit 21b175d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,10 @@ vim.defer_fn(function()
326326
require('nvim-treesitter.configs').setup {
327327
-- Add languages to be installed here that you want installed for treesitter
328328
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim' },
329-
329+
330330
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
331331
auto_install = false,
332-
332+
333333
highlight = { enable = true },
334334
indent = { enable = true },
335335
incremental_selection = {

0 commit comments

Comments
 (0)