3.3 KiB
3.3 KiB
✨ CosmicNvim ✨
A lightweight and opinionated Neovim configuration 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
- Amazing colors thanks to tokyonight.nvim
- Enhanced syntax highlighting with nvim-treesitter
- Hand-built statusline with galaxyline
- Explore files with nvim-tree
- Fuzzy finder and some LSP actions with Telescope
- Floating terminal with vim-floatterm
- Easy LSP installation with nvim-lsp-installer
- Autocompletion provided by nvim-cmp
- Session management with auto-session
- Floating windows for references, renaming, diagnostics, code actions and more!
While CosmicNvim is geared specifically toward TypeScript/JavaScript development, it should be able to provide a great experience with any LSP supported language.
How to install
Using stow
$ git clone git@github.com:mattleong/CosmicNvim.git
$ mkdir ~/.config/nvim
$ stow -t ~/.config/nvim CosmicNvim
Symlinking (don't use relative pathing)
$ cd ~/
$ git clone git@github.com:mattleong/CosmicNvim.git
$ ln -s ~/.config/nvim ~/CosmicNvim
Just clone it
$ cd ~/.config
$ git clone git@github.com:mattleong/CosmicNvim.git nvim
Install script coming soon...