https://github.com/jesusjsg/neovim-setup
https://github.com/jesusjsg/neovim-setup
lazyvim lua neovim
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jesusjsg/neovim-setup
- Owner: jesusjsg
- Created: 2025-01-10T17:30:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T11:57:18.000Z (about 1 year ago)
- Last Synced: 2025-02-11T12:39:21.329Z (about 1 year ago)
- Topics: lazyvim, lua, neovim
- Language: Lua
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nvim setup
This repository contains my personal nvim configuration.
## Features
* LSP (Language Server Protocol): Configured with [Mason](https://github.com/williamboman/mason.nvim) for managing LSP servers.
* Custom colorscheme [details](https://github.com/folke/tokyonight.nvim)
* Harpoon for quick file navigation [details](https://github.com/ThePrimeagen/harpoon/tree/harpoon2)
* Nvim-cmp for autocompletion [details](https://github.com/hrsh7th/nvim-cmp)
* Nvim-tree for file exploration [details](https://github.com/nvim-tree/nvim-tree.lua)
* Treesitter for syntax highlighting and parsing [details](https://github.com/nvim-treesitter/nvim-treesitter)
* Conform to format code [details](https://github.com/stevearc/conform.nvim)
* Snacks for managing multiple commons plugins [details](https://github.com/folke/snacks.nvim)
* Toggleterm for terminals [details](https://github.com/akinsho/toggleterm.nvim)
* Gitsigns for git signs [details](https://github.com/lewis6991/gitsigns.nvim)
* Lazygit for git integration [details](https://github.com/kdheepak/lazygit.nvim)
* Fugitive for git integration [details](https://github.com/tpope/vim-fugitive)
* Autotag for automatically adding closing tags to HTML [details](https://github.com/windwp/nvim-ts-autotag)
* Copilot for GitHub Copilot integration [details](https://github.com/github/copilot.vim)
* Lualine for a statusline [details](https://github.com/nvim-lualine/lualine.nvim)
* Nvim-autopairs for autopairs [details](https://github.com/windwp/nvim-autopairs)
* Presence for Discord Rich Presence [details](https://github.com/andweeb/presence.nvim)
* Trouble for a pretty list for showing diagnostics, references, etc. [details](https://github.com/folke/trouble.nvim)