feat: nvim lsp integration (#260)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user