Skip to content

n0sfer666/kickstart.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Config based on kickstart neovim
keymaps

Installation

  • install Neovim
  • git clone git@github.com:n0sfer666/kickstart.nvim.git ~/.config/nvim
  • run nvim
  • enjoying 😎

Core plugins

file manager

  • oil.nvim
  • telescope.nvim

git

  • LazyGit

rename

  • custom in buffer (rr - without confirm, rR - with confirm)

  • custom on opened buffers (rB! - without confirm, rBC - with confirm)

  • custom on files (rP! - without confirm, rPC - with confirm)

  • mini.surround (r -> [a]dd, [d]elete, [c]hange -> [i]nner, [o]uter -> [w]ord)

spellcheck

Languages: ru, en
CustomDictionary: all-in-one

lint

  • nvim-lint

About

A launch point for your personal nvim configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 97.3%
  • Vim Script 2.7%