summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/plugins/indent-guides.lua
blob: c50f74dea7a28a2879e03a04113827de33cc3320 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
require('indent_guides').setup{
  indent_enable=true;
  exclude_filetypes={
    'calendar',
    'gitcommit',
    'help',
    'lsp-installer',
    'man',
    'NvimTree',
  };
}
remember that computers suck.