LazyVim.LazyVim/lua/lazyvim/plugins/extras
Mykhailo Sabatura fbb1276ffd
fix(extra-lang-angular): add BufNew event to attach angular treesitter (#3522)
## Problem

Sometimes angular treesitter didn't get started, e.g. when creating a
new file.

## Solution

- Add `BufNew` event to attach angular treesitter.
- Change `BufRead` to `BufReadPost` for better readability.

### Related Neovim docs
- [BufRead / BufReadPost
docs](https://neovim.io/doc/user/autocmd.html#BufRead)
- [BufNew](https://neovim.io/doc/user/autocmd.html#BufNew)
2024-06-08 23:57:45 +02:00
..
coding refactor: LazyVim.lsp.on_attach 2024-06-08 08:11:30 +02:00
dap fix(extras): +prefix in which-key panel for visual mode (#3537) 2024-06-08 10:04:10 +02:00
editor fix(extras): +prefix in which-key panel for visual mode (#3537) 2024-06-08 10:04:10 +02:00
formatting fix(prettier): fixup 2024-06-07 23:24:01 +02:00
lang fix(extra-lang-angular): add BufNew event to attach angular treesitter (#3522) 2024-06-08 23:57:45 +02:00
linting feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
lsp feat: moved neoconf.nvim to extras 2024-06-02 09:05:16 +02:00
test fix(which-key): use new which-key support for native group keymaps (nop) 2024-06-06 10:46:56 +02:00
ui feat: trouble v3 2024-05-30 14:41:13 +02:00
util style: fix spelling in octo keymap description (#3521) 2024-06-07 16:05:59 +02:00
vscode.lua feat(vscode): added ts-comments to allow list for vscode 2024-05-29 18:22:54 +02:00