diff options
author | amtoine <stevan.antoine@gmail.com> | 2023-10-07 13:49:47 +0200 |
---|---|---|
committer | amtoine <stevan.antoine@gmail.com> | 2023-10-07 13:49:47 +0200 |
commit | 21b175d21b5ff07a7b5cf8e846cad1c31d20547c (patch) | |
tree | ec1bbe4be1eb5fca7fc96453918273e14f344330 | |
parent | f15af9b8be96f7231c184e0e8636f5732ebda9e9 (diff) |
remove spaces in empty lines
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = { |