My well organized and somewhat simple nvim config.
Features I implemented:
- Smart tabline
- Shows only the last patch component of the tab's cwd
- manually set tabname with
let t:tabname="some name"
- a - to jump between associated files (ie. html <-> css)
- Implementation
- Could do with a refactor, but it's been working for the past couple of years without changes so I didn't bother.
- /// - to navigate UIs (ie. cmp, nvim-tree, oil)
- :Config - Opens
stdpath("config")
in a new tab, setting it as its cwd.