Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🎹
- Host: GitHub
- URL: https://github.com/tanishqmanuja/init.lua
- Owner: tanishqmanuja
- Created: 2024-01-21T09:46:36.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T06:52:29.000Z (6 months ago)
- Last Synced: 2024-11-08T23:54:15.912Z (about 2 months ago)
- Topics: nvim
- Language: Lua
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)