- highlights: delete unused ones, set some custom highlights for
specified plugins. Also use orange for TSType (to distinguish with
TSKeyword)
- plugins: remove coq_nvim
- nvim-ts-rainbow: move config into 'nvim-treesitter.configs' block
- bufferline.nvim: update lsp diagnostic display, highlight
- gitsigns.nvim: add highlight for line blame info
- nvim-autopairs: update new config
- highlight: no more lazy loading (only 1-2ms faster, and caused some
glitched highlights at startup due to treesitter group)
- chore: theme.util -> util
neovim:
- highlight:
+ adjust treesitter groups for nord (TSField as fg doesn't look
good in yaml files). Also add highlight for TSNote, TSWarning,
TSDanger (notes such as 'TODO', 'FIXME', ...)
+ rewrite the way theme is set (now 'g:colors_name' is used
properly instead of a hacky variable 'g:global_theme'). Also
make setting theme more modular
+ add 'highlight_languages' groups for other syntaxes (html,
markdown) that are not covered with treesitter
- mappings: properly move ':Telescope lsp_range_code_action' to
visual block + avoid mappings for <C-x> and <C-a> (number
decrement/increment)
- null-ls.nvim: add basic config, load before nvim-lspconfig
- plugins: add nvim-treesitter/playground
- feline.nvim: lazy loaded on VimEnter
- nvim-lightbulb: only refresh on CursorHold (previously stopped
working after entering INSERT mode)
system:
- tlp: update config for v1.4.0
setup: add ani-cli to scripts.sh
mappings: add doc for nvim-treesitter mappings
chore: unify the way mappings to a command is called
nvim-treesitter: load vim.opt for folding after setup()
nvim-lspconfig: emmet_ls is now officially supported upstream
- packer: load vim-eft, nvim-spectre, nvim-dap, persistence.nvim on key
press instead of on Vim event
- keybindings: redefine multiple, move keybindings for plugins loaded on
key press to their configs
- plugins: add winshift.nvim, better-escape.nvim, window-picker.nvim,
neogen, spellsitter.nvim, nvim-lightbulb, close-buffers.nvim
- init.lua: move autocmds back inside async loop (filetype events already
got handled by filetype.nvim)
- zen-mode.nvim + twilight.nvim: move from 'tools' to 'editor' group
- lsp: change signs characters for unification
- dap: initial config, keybindings
- feline.nvim: reorder elements, add nvim-lightbulb signs
- chore: unify the way setup() is called, and format stuff
- Fix commit 8a8e0db586 : vim.opt is a table, so it should have been
vim.o -> vim.opt:get()
- Add filetype.nvim (improved startup time)
- Drop vimtex. Potentially will switch to tex.nvim
- Re-compile packer only inside '/modules' directory (less eager)
- undodir: move to stdpath('data') to be more inline with other
- add todo-comments.nvim
- whichkey: rebind for hop.nvim (avoid conflicting with vim-sandwich
blockwise)
- mappings: clean up and rearrange