A launch point for your personal nvim configuration
Go to file
Juan Miguel Rua 28af9f8551 Changing the README.md as dotstyle suggested 2024-07-13 17:44:29 +02:00
.github Add a pull request template (#825) 2024-04-04 10:31:37 -04:00
doc feat: move to lazy.nvim package manager and add first plugins (#178) 2023-02-17 16:31:57 -05:00
lua Adding surround plugin 2024-07-01 21:16:59 +02:00
.gitignore rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635) 2024-02-26 10:03:53 -05:00
.stylua.toml Use call_parentheses 2023-06-16 21:12:11 -07:00
LICENSE.md license 2022-06-25 21:51:44 -04:00
README.md Changing the README.md as dotstyle suggested 2024-07-13 17:44:29 +02:00
init.lua Adding surround plugin 2024-07-01 21:16:59 +02:00

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

tabline

utility

Language Servers

  • html
  • tflint

This readme was generated by Dotfyle