Skip to content

raoulg/neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neovim/

Install Instructions

Install requires Neovim 0.9+. Always review the code before installing a configuration.

Test the setup

You can test this setup. Clone the repository and install the plugins:

git clone https://github.com/raoulg/neovim.git ~/.config/raoulg/nvim

To test this config:

NVIM_APPNAME=raoulg/nvim/ nvim

Or, backup

or (optionally) back up existing config with mv ~/.config/nvim ~/.config/nvim.bak and then install it directly with

git clone https://github.com/raoulg/neovim.git ~/.config/nvim

Install script

For ubuntu, it is possible to use the install script:

curl -sSL https://raw.githubusercontent.com/raoulg/neovim/main/install-nvim.sh | bash

However, some plugins dont work great on a VM because not all dependencies are set up. I am planning on adding some code to set up a leaner version, that doesnt require dependencies (eg npm for the pyright linter).

Plugins

ai

bars-and-lines

code-runner

color

colorschemes

comment

completion

debugging

diagnostics

editing-support

file-explorer

formatting

fuzzy-finder

git

icon

indent

keybinding

lsp

lsp-installer

lua-colorscheme

markdown-and-latex

marks

media

motion

note-taking

nvim-dev

plugin-manager

project

quickfix

session

snippet

split-and-window

startup

statusline

syntax

tabline

terminal-integration

utility

web-development

Language Servers

  • html
  • lua_ls
  • pyright

This readme was generated by Dotfyle

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published