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

A launch point for your personal nvim configuration

Results 345 kickstart.nvim issues
Sort by recently updated
recently updated
newest added

saving init.lua will `source` the file to update config current neovim process. It will also trigger a re-spawn of lua language server (unless it wasn't configured/setup for editing init.lua, which...

`nvim-lsp-installer` will not be maintained anymore, see the [official Github repo](https://github.com/williamboman/nvim-lsp-installer/#%E2%84%B9%EF%B8%8F-project-status). The project recommends to switch to `mason.nvim` instead.

`cmp_nvim_lsp.update_capabilities` is deprecated and will be removed in cmp-nvim-lsp 1.0.0, use `cmp_nvim_lsp.default_capabilities` instead.

As an experiment, I've gone "neovim config bankruptcy" and have been using `kickstart.nvim` for the last two weeks. I added a few custom plugins to packer and several custom options...

I think that in order to use this repository a user's system must have several things already installed. One example is a C compiler to compile treesitter parsers. What level...

I'm new to NeoVim configurations, and thanks to your latest video, I'm trying out kickstart.nvim I did what is in the README. I also ran PackerSync just in case there's...

OS Ventura 13.1 macOS, using neovim installed via `brew install --HEAD neovim` ``` $ nvim -v NVIM v0.9.0-dev-522+g174335923-dirty Build type: Release LuaJIT 2.1.0-beta3 Compiled by [email protected] Features: +acl +iconv +tui...