neovim config
Find a file
2021-10-27 08:55:05 -07:00
lua/cosmic feat(config): add better mapping documentation 2021-10-27 08:55:05 -07:00
.gitignore Init 🚀 2021-10-19 15:25:18 -07:00
init.lua feat(config): add new config file 2021-10-24 15:11:04 -07:00
LICENSE Initial commit 2021-10-19 10:16:57 -07:00
readme.md feat(config): add ability to disable some core plugins + ability to add plugins 2021-10-25 16:06:24 -07:00

💫 CosmicNvim

Neovim Minimum Version GitHub last commit Discord Website

CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a 💫 COSMIC programming experience!

🚀 Stellar Features

Native LSP

Full featured native LSP functionality!

  • 📘 Go-to definition
  • 🔍 Find references/type def/declaration
  • 💡 Code actions
  • 🚨 Statusline diagnostics
  • ⚠️ Linting thanks to eslint
  • 🔧 Formatting thanks to efm
Additional features

While CosmicNvim is geared specifically toward TypeScript/JavaScript development, it should be able to provide a great experience with any LSP supported language.

Installation

Quick guide

Prerequisites

Install

  $ cd ~/.config
  $ git clone git@github.com:mattleong/CosmicNvim.git nvim
  $ nvim .

Additional Cosmic installation details.

Additional LSP server installation details.

Configuration

Cosmic configurations

Plugin configurations

Add additional mappings

Add additional vim options

Treesitter Support

Enter :TSInstall followed by to see your options for languages with treesitter support

Default Mappings

File Navigation

File explorer

Terminal

LSP

Other

📷 Screenshots

Statusline

normal insert visual replace

Autocomplete

autocomplete

Rename

rename

Hover

hover

Find Reference

reference

Code Action

code_action

File Navigation

find_files

Floating Terminal

terminal