https://github.com/capi-nemoo/nemoovim
my neovim config
https://github.com/capi-nemoo/nemoovim
Last synced: 4 months ago
JSON representation
my neovim config
- Host: GitHub
- URL: https://github.com/capi-nemoo/nemoovim
- Owner: Capi-nemoo
- Created: 2024-11-11T08:42:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T01:33:28.000Z (5 months ago)
- Last Synced: 2025-02-16T02:24:55.811Z (5 months ago)
- Language: Lua
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚧 Work in Progress
This branch is currently being ported to Lazy.nvim as the new package manager. Expect significant changes and improvements in the configuration.
Feel free to explore, but keep in mind that the setup is still under development.
fmicrosoft
``` bash
.
├── init.lua
├── lazy-lock.json
├── lua
│  └── nemoo
│  ├── cmp.lua
│  ├── core
│  │  ├── autocmds.lua
│  │  ├── keymaps.lua
│  │  ├── lazy.lua
│  │  └── options.lua
│  ├── editing
│  │  ├── autopairs.lua
│  │  ├── commentary.lua
│  │  └── surround.lua
│  ├── git
│  │  ├── diffview
│  │  ├── fugitive.lua
│  │  └── gitsigns.lua
│  ├── lsp
│  │  ├── cmp.lua
│  │  ├── inlay-hints.lua
│  │  ├── lspkind.lua
│  │  ├── lsp.lua
│  │  ├── mason.lua
│  │  ├── symbols.lua
│  │  └── treesitter.lua
│  ├── navigation
│  │  ├── aerial.lua
│  │  ├── harpoon.lua
│  │  ├── neo-tree.lua
│  │  └── telescope.lua
│  ├── other
│  │  └── vim-be-good.lua
│  ├── tools
│  │  ├── live-server.lua
│  │  └── toogleterm.lua
│  └── ui
│  ├── dashboard.lua
│  ├── lualine.lua
│  ├── noice.lua
│  ├── notify.lua
│  ├── rose-pine.lua
│  └── statusline.lua
└── README.md
```plugins working
windwp/nvim-autopairs
tpope/vim-commentary
tpope/vim-surround
tpope/vim-fugitive
lewis6991/gitsigns.nvim
sindrets/diffview.nvim
hrsh7th/nvim-cmp
lvimuser/lsp-inlayhints.nvim
onsails/lspkind.nvim
neovim/nvim-lspconfig
williamboman/mason.nvim
simrat39/symbols-outline.nvim
nvim-treesitter/nvim-treesitter
stevearc/aerial.nvim
ThePrimeagen/harpoon
nvim-neo-tree/neo-tree.nvim
nvim-telescope/telescope.nvim
ThePrimeagen/vim-be-good
barrett-ruth/live-server.nvim
akinsho/toggleterm.nvim
glepnir/dashboard-nvim
nvim-lualine/lualine.nvim
folke/noice.nvim
rcarriga/nvim-notify
rose-pine/neovim