Ivan Alejandro
Ivan Alejandro
It seems that I can't do this right now: ```js module.exports = { posts: [ { id: 1, title: "Lorem Ipsum", views: 254, user_id: [123, 456] }, { id: 2,...
If i open a file in a tab but keeps focus (shortcut T in NERDTree) the cursor goes back to top. It's annoying because i often open many files like...
- Category - [ ] Question - [ ] Bug - [x] Suggestion Hello there, interesting project :), could you please add a LICENSE to it? That way people know...
Issue initially reported on https://github.com/neovim/neovim/issues/32422 ### Problem Neovim shows an error and fails to syntax highlight on Astro files when a trailing comma is left in the `tsconfig.json` file. ###...