Commit graph

11 commits

Author SHA1 Message Date
Hoang Nguyen e62f1ccebc
Update deprecated function calls in Neovim 0.10
Also replace nvim-ts-context-commentstring with ts-comments.nvim.
2024-05-22 00:00:00 +07:00
Hoang Nguyen 1a0cfdbf8b
Replace rest.nvim with hurl.nvim
Also add pbls to nvim-lspconfig's server list.
2024-05-20 00:00:00 +07:00
Hoang Nguyen 880e199f43
Remove gohtmltmpl Vim syntax
gotmpl and helm have dedicated tree-sitter queries now.
2024-03-04 00:00:00 +07:00
Hoang Nguyen c1f7b8ebe7
Prepend ts_parsers_path to vim.opt.rtp instead of append
This puts the bundled parsers of neovim package in Nixpkgs
behind the compiled ones from nvim-treesitter, hence eliminate the
errors when opening vimdoc, vim, help or lua files.

Ref: https://github.com/NixOS/nixpkgs/issues/282927
2024-03-02 00:00:00 +07:00
Hoang Nguyen f33c82e25b
Add LSP servers rescriptls and purescriptls
- Add djot vim syntax
- Switch back from sqlls to sqls
- Add a tiny program to update external vim syntax files
- Update dependencies like usual (go.mod and lazy-lock.json)
2024-02-27 00:00:00 +07:00
Hoang Nguyen fc90dd9857
Remove vim syntax for typst
It has support inside nvim-treesitter now.
2024-02-25 00:00:00 +07:00
Hoang Nguyen 0c9e4d20e0
Use aerial.nvim for the breadcrumbs on winbar
Also:
- remove `nvim-navic` from the plugin tree (covered by aerial.nvim now)
- add more filetypes to filetype.lua
- rework heirline's configuration structure to be cleaner
- add some more LSP servers + remove glint
2024-02-13 00:00:00 +07:00
Hoang Nguyen 7d48276460
Use dedicated vifm syntax file 2024-02-09 00:00:00 +07:00
Hoang Nguyen ba1990d45b
Add nvim-dap-repl-highlights plugin 2024-01-06 00:00:00 +07:00
Hoang Nguyen 88d2ac0377
Add custom type for pkgs.yaml for elixirls
Also let nvim plugins handle the system-open thing
2023-11-02 00:00:00 +07:00
Hoang Nguyen 294e135ed7
Initial commit 2023-10-28 00:00:00 +07:00