Skip to content
/ nvimold Public template
forked from LunarVim/Launch.nvim

This is my attempt at a basic stable starting point for a Neovim IDE.

Notifications You must be signed in to change notification settings

vitorf7/nvimold

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim configuration based on Basic NVIM IDE

██╗      ██████╗ ██████╗ ██████╗     ██╗   ██╗██╗████████╗ ██████╗ ██████╗ ███████╗███████╗
██║     ██╔═══██╗██╔══██╗██╔══██╗    ██║   ██║██║╚══██╔══╝██╔═══██╗██╔══██╗██╔════╝╚════██║
██║     ██║   ██║██████╔╝██║  ██║    ██║   ██║██║   ██║   ██║   ██║██████╔╝█████╗      ██╔╝
██║     ██║   ██║██╔══██╗██║  ██║    ╚██╗ ██╔╝██║   ██║   ██║   ██║██╔══██╗██╔══╝     ██╔╝ 
███████╗╚██████╔╝██║  ██║██████╔╝     ╚████╔╝ ██║   ██║   ╚██████╔╝██║  ██║██║        ██║  
╚══════╝ ╚═════╝ ╚═╝  ╚═╝╚═════╝       ╚═══╝  ╚═╝   ╚═╝    ╚═════╝ ╚═╝  ╚═╝╚═╝        ╚═╝  

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:vitorf7/nvim ~/.config/vitorf7/nvim
NVIM_APPNAME=vitorf7/nvim/ nvim --headless +"Lazy! sync" +qa

Open Neovim with this config:

NVIM_APPNAME=vitorf7/nvim/ nvim

Plugins

color

colorscheme

comment

completion

cursorline

debugging

editing-support

file-explorer

fuzzy-finder

git

golang

indent

keybinding

lsp

lsp-installer

markdown-and-latex

nvim-dev

plugin-manager

project

scrolling

search

snippet

split-and-window

startup

statusline

syntax

tabline

utility

Language Servers

  • bashls
  • bufls
  • cmake
  • cssls
  • cucumber_language_server
  • dockerls
  • eslint
  • golangci_lint_ls
  • gopls
  • html
  • intelephense
  • jsonls
  • lua_ls
  • marksman
  • phpactor
  • pyright
  • terraformls
  • tflint
  • tsserver
  • yamlls

This readme was generated by Dotfyle

About

This is my attempt at a basic stable starting point for a Neovim IDE.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 100.0%