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
- Host: GitHub
- URL: https://github.com/RustyDaemon/nvim-config
- Owner: RustyDaemon
- Created: 2024-06-16T20:49:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T18:59:12.000Z (over 1 year ago)
- Last Synced: 2025-05-30T03:39:27.734Z (9 months ago)
- Topics: neovim, neovim-config, nvim, nvim-configs
- Language: Lua
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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