mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-19 00:58:26 +02:00
A launch point for your personal nvim configuration
.github | ||
doc | ||
lua | ||
.gitignore | ||
.stylua.toml | ||
init.lua | ||
LICENSE.md | ||
README.md |
kickstart.nvim/
Install Instructions
Install requires Neovim 0.9+. Always review the code before installing a configuration.
Clone the repository and install the plugins:
git clone git@github.com:juanmiguelRuaDev/kickstart.nvim ~/.config/juanmiguelRuaDev/kickstart.nvim
Open Neovim with this config:
NVIM_APPNAME=juanmiguelRuaDev/kickstart.nvim/ nvim
Plugins
colorscheme
comment
completion
debugging
editing-support
file-explorer
formatting
fuzzy-finder
git
icon
indent
keybinding
lsp
lsp-installer
nvim-dev
plugin-manager
snippet
syntax
- echasnovski/mini.surround
- nvim-treesitter/nvim-treesitter-textobjects
- nvim-treesitter/nvim-treesitter
tabline
utility
Language Servers
- html
- tflint
This readme was generated by Dotfyle