Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

itssimmons/nvim4fun

Repository files navigation

Welcome User

This is my onw neovim configuration, I hope u like it

Preview

New Preview

Old Preview

Install.ps1

A script that install everything automatically
Soon

Support

This configuration its ready to use with these languages:

Language LSP CoC Extras Issues
Javascript true false - All features
Typescript true false - All features
React true false
HTML false true - All "CoC" features
CSS/SASS/LESS false true - All "CoC" features
JSON/JSONC false true
Python true false - Python compiler shotcut (F5)
C/C++ true false - MinGW compiler shortcut (F5)
- MSVC compiler coming soon
- Conan and CMake for external libraries
- Bad linting for external libreries with CMake
Obj-C/C++ true false - I dont use it, but i have it
Java false false Soon... - A little bit hard to setup Java in (neo)vim
Vimscript false true
Lua false true
Php true false
GraphQL true false
SQL true false
CMake true false

Requirements

  1. Git
  2. Node.js
  3. Python3
  4. pynvim
  5. Neovim nightly

To install all of this, I prefer use Chocolatey (package manager) https://chocolatey.org/install

# Git
choco install git
# Python pre-realease
choco install python --pre 
# Node.js
choco install nodejs
# pynvim
pip3 install pynvim
# Neovim nightly
choco install neovim --pre 

Custom Shortcuts

Outdated
Outdated

About

my neovim setup

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published