chore(nvim): drop omnisharp, tweak neotree

This commit is contained in:
2025-08-23 20:48:02 +03:00
parent 9ece4c64c6
commit 579685e4ee
2 changed files with 1 additions and 2 deletions

View File

@@ -229,7 +229,6 @@ return {
)
end,
},
omnisharp = {}, -- C# OmniSharp (will respect EditorConfig for formatting)
pyright = {},
tailwindcss = {},
terraformls = {},

View File

@@ -12,7 +12,7 @@ return {
-- the window id of the picked window
-- https://github.com/s1n7ax/nvim-window-picker
's1n7ax/nvim-window-picker',
version = '2.*',
version = '3.*',
opts = {
filter_rules = {
include_current_win = false,