Launch.nvim
Launch.nvim copied to clipboard
🚀 Launch.nvim is modular starter for Neovim.
- Add nvim-notify - Fix some formatting issues
If the internet connection is not stable, default 60s won't suffice. Recreated the PR https://github.com/LunarVim/nvim-basic-ide/pull/3
change `~/.config/nvim/init.lua` to `$MYVIMRC` to avoid any issue It will work on any OS.
I've installed the lsp: robotframework_ls using the install capability of LspInstallInfo (lsp installer) with neovim 7. LspInstallInfo shows the server as being installed. I've also added the server "robotframework_ls" to...
Hi, I have the following error when trying to open any css file: "Spawning language server with cmd: `vscode-css-language-server` failed with error message: ENOTDIR: not a directory" I freshly installed...
In `lsp-installer.lua` the language servers are being setup by looping through an array of server names rather than the deprecated `on_server_ready` event. As a result, each server is setup at...
PR for the usual tweaks that I make in my configurations
So I was playing around with copilot and for accepting things the keybindings is ``. but this collides with a definition in the [keymaps file](https://github.com/LunarVim/Launch.nvim/blob/0235c4b5f2d44c2e2fe025dc996dd79c68c73c84/lua/user/keymaps.lua#L14) This conflict does not have...