An open API service indexing awesome lists of open source software.

https://github.com/RustyDaemon/nvim-config

My personal nvim config
https://github.com/RustyDaemon/nvim-config

neovim neovim-config nvim nvim-configs

Last synced: 4 months ago
JSON representation

My personal nvim config

Awesome Lists containing this project

README

          

# NeoVim config

## What is included
- catppuccin (theme)
- lualine (status bar)
- neo-tree
- telescope + telescope-ui-select
- treesitter
- window-picker
- mason + lsp-config
- alpha (dashboard)
- cmp + LuaSnip (completion)
- dap + dapui (debugging)
- friendly-snippets (snippets)

> Some of them are configured explicitly, some of them are not (yet).

## How to
1. Clone the repository
2. Place its content (for MacOS) to `.config/nvim` directory
3. Using `:Mason` install necessary packages: `stylua`, `codelldb`, `netcoredbg`, `prettier` and `eslint_d`.
4. Restart the `nvim`.

## Languages

As for now, these LSP are configured (_work in progress_):
- lua
- rust
- c#
- javascript/typescript