Meow Honk
Meow Honk
PR adds duplication checks: - Checks if a linter is already being installed. - Checks if a linter has been already inserted into `unknown_linters`. - Adds missing linters
**Is your feature request related to a problem? Please describe.** I am unable to load `after/ftplugin/gitcommit` because https://github.com/NeogitOrg/neogit/blob/master/lua/neogit/buffers/editor/init.lua#L174 sources `$VIMRUNTIME/ftplugin/gitcommit.vim` thus overwriting any buffer local options applied from the ftplugin...
My lspconfig: https://github.com/catgoose/nvim/blob/4a81fde7ff8ee086416e5c06121e41c182bb7e19/lua/plugins/lspconfig.lua#L152-L171 In neovim (and other IDE I would assume) when calling `vim.lsp.buf.definition` on a symbol in a .vue file that is imported from a typescript file results in...
Adds ring, ring-offset to tailwind prefixes: 
To get `enable_rename` to work for `vue` filetype I have to use one or two setup opts: ```lua local opts = { opts = { enable_close = true, enable_rename =...
### Did you check the docs? - [x] I have read the Grapple docs ### Is your feature request related to a problem? Please describe. I want to show the...
Chrome requires manifest v3 now it seems as my bot stopped betting. I love this bot as it seems to be the most consistent (~$50mil). Could you pretty please take...
Could https://dotfyle.com/plugins/NvChad/nvim-colorizer.lua be updated to reflect the new repo? https://github.com/catgoose/nvim-colorizer.lua Thanks!
Reproduction repo: https://github.com/catgoose/templ_issue_repro/tree/bug/lsp_hover_and_codeaction run: `nvim --clean -u templ.lua views/index.templ` To reproduce: Do `K` over htmx attributes:  Now do `K` over html or templ symbols, observe that no hover occurs...
Code could do for a refactor to encapsulate some of the logic I copied. Let me know if you want me to do that in another PR. This PR adds...