remove spaces in empty lines

This commit is contained in:
amtoine 2023-10-07 13:49:47 +02:00
parent b16cbb42e4
commit 095aa9409e
1 changed files with 2 additions and 2 deletions

View File

@ -326,10 +326,10 @@ vim.defer_fn(function()
require('nvim-treesitter.configs').setup {
-- Add languages to be installed here that you want installed for treesitter
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim' },
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = false,
highlight = { enable = true },
indent = { enable = true },
incremental_selection = {