clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove diagnostic mess in tree, only git status

sspaeti f3effc59 36c53b6e

+2
+2
nvim/after/plugin/neo-tree.lua
··· 1 1 vim.g.neo_tree_remove_legacy_commands = 1 2 2 3 3 require("neo-tree").setup({ 4 + enable_git_status = true, 5 + enable_diagnostics = false, 4 6 window = { 5 7 mappings = { 6 8 ["S"] = "open_vsplit",