mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-13 07:52:56 +00:00
chore(nvim): drop omnisharp, tweak neotree
This commit is contained in:
@@ -229,7 +229,6 @@ return {
|
|||||||
)
|
)
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
omnisharp = {}, -- C# OmniSharp (will respect EditorConfig for formatting)
|
|
||||||
pyright = {},
|
pyright = {},
|
||||||
tailwindcss = {},
|
tailwindcss = {},
|
||||||
terraformls = {},
|
terraformls = {},
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ return {
|
|||||||
-- the window id of the picked window
|
-- the window id of the picked window
|
||||||
-- https://github.com/s1n7ax/nvim-window-picker
|
-- https://github.com/s1n7ax/nvim-window-picker
|
||||||
's1n7ax/nvim-window-picker',
|
's1n7ax/nvim-window-picker',
|
||||||
version = '2.*',
|
version = '3.*',
|
||||||
opts = {
|
opts = {
|
||||||
filter_rules = {
|
filter_rules = {
|
||||||
include_current_win = false,
|
include_current_win = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user