update neotree to be the default file explorer

This commit is contained in:
Gilad Sher 2024-09-12 11:01:44 -04:00
parent 83795a2d2c
commit 251f422d76
No known key found for this signature in database
3 changed files with 34 additions and 1 deletions

View file

@ -673,7 +673,7 @@ require('lazy').setup({
-- https://github.com/pmizio/typescript-tools.nvim
--
-- But for many setups, the LSP (`tsserver`) will work just fine
tsserver = {
ts_ls = {
javascript = {
inlayHints = {
includeInlayEnumMemberValueHints = true,