feat: nvim lsp integration (#260)

This commit is contained in:
Kiyan
2021-04-08 23:30:35 +02:00
committed by GitHub
parent 50d31fb7f3
commit 82b20f5b5e
6 changed files with 83 additions and 2 deletions

View File

@@ -220,6 +220,12 @@ Can be 0 or 1. When 1, appends a trailing slash to folder names.
Can be 0 or 1. When 1, folders that contain only one folder are grouped
together. 0 by default.
|g:nvim_tree_lsp_diagnostics| *g:nvim_tree_lsp_diagnostics*
Can be 0 or 1. When 1, will show nvim-lsp diagnostics in the tree
by highlighting filenames with `NvimTreeLspDiagnostics`.
Code will be executed on `BufWritePost`. 0 by default.
==============================================================================
INFORMATIONS *nvim-tree-info*
@@ -360,6 +366,7 @@ NvimTreeSpecialFile
NvimTreeImageFile
NvimTreeMarkdownFile
NvimTreeIndentMarker
NvimTreeLspDiagnostics
NvimTreeLicenseIcon
NvimTreeYamlIcon