os/modules/terminal-life/nvim
Benjamin Bädorf b487e3db6a
All checks were successful
continuous-integration/drone/push Build is passing
feat: use nnn and treesitter
vifm is removed in favour of nnn, with the keybindings in nvim being
changed. TODO: improve the colorscheme of `nnn` to match `ls`.

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.

1) https://github.com/nvim-treesitter/nvim-treesitter
2023-07-13 15:53:10 +02:00
..
clipboard.vim Initial PubSolarOS commit 2021-05-30 21:10:28 +02:00
default.nix feat: use nnn and treesitter 2023-07-13 15:53:10 +02:00
init.vim feat: use nnn and treesitter 2023-07-13 15:53:10 +02:00
lsp.vim Remove git conflict marker 2023-02-01 10:48:40 +01:00
plugins.vim feat: use nnn and treesitter 2023-07-13 15:53:10 +02:00
preview-file.nix nvim: fix file preview for names containing spaces 2023-02-24 18:11:09 +01:00
quickfixopenall.vim Initial PubSolarOS commit 2021-05-30 21:10:28 +02:00
ui.vim neovim: diagnostics: only show under cursor and 2022-04-09 16:52:18 +02:00