feat: use nnn and treesitter #235
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/nnn"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
vifm is removed in favour of nnn, with the keybindings in nvim being
changed. TODO: improve the colorscheme of
nnn
to matchls
.All nvim plugins that were responsible for language syntax highlighting
are removed in favour of treesitter[1], a syntax highlighter that parses
AST instead of being regex-based. This is still experimental, but my
tests so far have not encountered any issues.
@ -8,3 +8,2 @@
in ''
# Title: Summary, imperative, start upper case, don't end with a period
# No more than 50 chars. #### 50 chars is here: #
# What happened?
Suggestion:
@ -11,0 +15,4 @@
# ^\n
# What exactly was done and why?
Suggestion:
@ -16,1 +22,3 @@
# Wrap at 72 chars. ################################## which is here: #
# ^\n
#
# Any issue numbers or links?
Suggestion:
@ -65,3 +128,2 @@
# Get sudo in vim; :SudaWrite <optional filename>
suda-vim
syntastic
vim-gutentags
Is removing
vim-gutentags
intentional? I remember we still have thesetags
files lying around in every repo. In case it is, let's clean up all mentions of tags as well.@ -11,0 +10,4 @@
#
# fix feat build chore ci docs style refactor perf test
#
# type!(optional scope): <description>
Suggestion:
Thanks! 🚢 it!