Launch.nvim icon indicating copy to clipboard operation
Launch.nvim copied to clipboard

🚀 Launch.nvim is modular starter for Neovim.

Results 48 Launch.nvim issues
Sort by recently updated
recently updated
newest added

Auto closing div tags should be default behavior imo. https://github.com/windwp/nvim-ts-autotag

Hi, I've been following your learning rust series. I noticed when you used "std::XX" you got completions for possible submodules within std such as "std::io, std::fs, std::error" et.c. I've tried...

Running vim gives the following error: ``` [LSP] Accessing client.resolved_capabilities is deprecated, update your plugins or configuration to access client.server_capabilities instead.The new key/value pairs in server_capabilities directly match those defined...

Maybe there is a way to call a different function based on whether a range is present or not?

While i understand that this is a base config that we should ideally adapt to our requirements, is there a recommended way on how to make local changes while still...

Hi! Thank you so much for putting this together! I'm running Neovim 0.7 and I'm getting the following error on *every* Treesitter command: ``` Error executing vim.schedule lua callback: ...im/0.7.2/share/nvim/runtime/lua/vim/treesitter/query.lua:172:...

This will make sure you don't need to press Esc twice if you want to close Telescope

Error detected while processing /home/amit/.config/nvim/init.lua: E5113: Error while calling lua chunk: /home/amit/.config/nvim/lua/user/cmp.lua:53: attempt to index field 'preset' (a nil value) stack traceback: /home/amit/.config/nvim/lua/user/cmp.lua:53: in main chunk [C]: in function 'require'...

I keep getting the following error, even though i install the lua language server spawning language server with cmd: 'lua-language-server-failed' the language server is ether not installed or missing in...