https://github.com/alphalawless/nvim-config
Another neovim configuration
https://github.com/alphalawless/nvim-config
configuration lua neovim nvim-config plugins
Last synced: 2 months ago
JSON representation
Another neovim configuration
- Host: GitHub
- URL: https://github.com/alphalawless/nvim-config
- Owner: AlphaLawless
- License: mit
- Created: 2022-07-29T18:23:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T01:34:25.000Z (over 1 year ago)
- Last Synced: 2025-01-17T22:44:41.985Z (4 months ago)
- Topics: configuration, lua, neovim, nvim-config, plugins
- Language: Lua
- Homepage:
- Size: 553 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Another neovim configuration
## Demo
Demo in Low Quality 😂
## Install
1. First Step
```bash
mv ~/.config/nvim ~/.config/nvim.bak || true && git clone https://github.com/AlphaLawless/nvim-config ~/.config/nvim
```
2. Second Step (WIP)
```bash
~/.config/nvim/bin/uwu
```## Plugins
- [packer.nvim](https://github.com/wbthomason/packer.nvim) in future I pretend migrate to [lazy](https://github.com/folke/lazy.nvim)
- [telescope.nvim](https://github.com/AlphaLawless/nvim-config)
- [telescope-file-browser](https://github.com/nvim-telescope/telescope-file-browser.nvim)
- [onedark.nvim](https://github.com/navarasu/onedark.nvim)
- [template.nvim](https://github.com/nvimdev/template.nvim)
- [plenary.nvim](https://github.com/nvim-lua/plenary.nvim)
- [lspsaga.nvim](https://github.com/nvimdev/lspsaga.nvim)
- [nvim-autopairs](https://github.com/windwp/nvim-autopairs)
- [cloak.nvim](https://github.com/laytan/cloak.nvim)
- [harpoon](https://github.com/ThePrimeagen/harpoon)
- [zen-mode.nvim](https://github.com/folke/zen-mode.nvim)
- [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)
- [vim-fugitive](https://github.com/tpope/vim-fugitive) Made in VimScript
- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
- [playground](https://github.com/nvim-treesitter/playground)
- [cellular-automato.nvim](https://github.com/Eandrju/cellular-automaton.nvim)
- [undotree](https://github.com/mbbill/undotree) Make in VimScript
- [lsp-zero.nvim](https://github.com/VonHeikemen/lsp-zero.nvim)
- [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)
- [mason.nvim](https://github.com/williamboman/mason.nvim)
- [mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim)
- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
- [cmp-nvim-lsp](https://github.com/hrsh7th/cmp-nvim-lsp)
- [LuaSnip](https://github.com/L3MON4D3/LuaSnip)
- [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)
- [nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons)