Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tanishqmanuja/init.lua

My neovim config 🎹
https://github.com/tanishqmanuja/init.lua

nvim

Last synced: 1 day ago
JSON representation

My neovim config 🎹

Awesome Lists containing this project

README

        

![Logo](https://raw.github.com/tanishqmanuja/static/main/banners/init.lua.png?maxAge=2592000)

### External dependencies

- [neovim](https://github.com/neovim/neovim)
- [fzf](https://github.com/junegunn/fzf)
- [fd](https://github.com/sharkdp/fd)
- [ripgrep](https://github.com/BurntSushi/ripgrep)
- [lazygit](https://github.com/kdheepak/lazygit)

## The Configuration

- Package Manager: [lazy](https://github.com/folke/lazy.nvim)
- Syntax Highlighting: [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
- LSP Implementation: [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)
- LSP Tooling Manager: [mason](https://github.com/williamboman/mason)
- LSP Tooling Installer: [mason-tool-installer](https://github.com/williamboman/mason-tool-installer)
- Formatter: [conform](https://github.com/stevearc/conform.nvim)
- Linter: [nvim-lint](https://github.com/mfussenegger/nvim-lint)
- Completion: [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
- Snippets: [luasnip](https://github.com/L3MON4D3/LuaSnip)
- Fuzzy Finder: [telescope](https://github.com/nvim-telescope/telescope.nvim)

## Motivation

- TJ DeVries: [Video Guide](https://youtu.be/m8C0Cq9Uv9o)
- kickstart.nvim: [GitHub](https://github.com/nvim-lua/kickstart.nvim)