https://github.com/matissoss/nvim-config
Mateus's config for neovim
https://github.com/matissoss/nvim-config
neovim-config neovim-configuration neovim-dotfiles
Last synced: 9 days ago
JSON representation
Mateus's config for neovim
- Host: GitHub
- URL: https://github.com/matissoss/nvim-config
- Owner: Matissoss
- Created: 2024-12-16T14:11:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T20:54:00.000Z (over 1 year ago)
- Last Synced: 2025-01-11T21:26:04.195Z (over 1 year ago)
- Topics: neovim-config, neovim-configuration, neovim-dotfiles
- Language: Lua
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim Config
Personal config for neovim, meant to be dependency-minimal with QOL pkgs.
# Plugins
This config consists of 14 (23 if you include dependencies) packages:
## Package Manager
`folke/lazy.nvim`
## LSP Configuration
- `williamboman/mason.nvim`,
- `williamboman/mason-lspconfig.nvim`,
- `neovim/lsp-config`
### Autocomplete
- `hrsh7th/nvim-cmp`,
- `gelguy/wilder.nvim`
## Visual pkgs
- `neanias/everforest-nvim`,
- `xiyaowong/transparent.nvim`,
- `goolord/alpha.nvim`
## QOL PKGs
- `lukas-reineke/indent-blankline.nvim`,
- `nvim-lualine/lualine.nvim`,
- `nvim-telescope/telescope.nvim`,
- `nvim-treesitter/nvim-treesitter`,
- `p00f/nvim-ts-rainbow`
### Language-specific
- `saecki/crates.nvim` - (Rust)