comparison doc/gutentags.txt @ 229:34bee0477b51

Add `g:gutentags_exclude_filetypes` setting.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 12 Nov 2018 00:07:27 -0800
parents a746af898281
children 39df368aaf2a
comparison
equal deleted inserted replaced
228:b2d0b28d8001 229:34bee0477b51
341 This can be useful to prevent unnecessary disk access 341 This can be useful to prevent unnecessary disk access
342 when Gutentags searches for a project root. 342 when Gutentags searches for a project root.
343 The default markers are: 343 The default markers are:
344 `['.git', '.hg', '.bzr', '_darcs', '_darcs', '_FOSSIL_', '.fslckout']` 344 `['.git', '.hg', '.bzr', '_darcs', '_darcs', '_FOSSIL_', '.fslckout']`
345 345
346 *gutentags_exclude_filetypes*
347 g:gutentags_exclude_filetypes
348 A |List| of file types (see |'filetype'|) that Gutentags
349 should ignore. When a buffer is opened, if its
350 'filetype' is found in this list, Gutentags features
351 won't be available for this buffer.
352 Defaults to an empty list (`[]`).
353
346 *gutentags_exclude_project_root* 354 *gutentags_exclude_project_root*
347 g:gutentags_exclude_project_root 355 g:gutentags_exclude_project_root
348 A list of project roots to generally ignore. If a file 356 A list of project roots to generally ignore. If a file
349 is opened inside one of those projects, Gutentags 357 is opened inside one of those projects, Gutentags
350 won't be activated. This is similar to placing 358 won't be activated. This is similar to placing