Initial rewrite
Signed-off-by: Timothy Pidashev <mail@timmypidashev.dev>
This commit is contained in:
@@ -1,2 +1,48 @@
|
||||
# nvim
|
||||
# neovimrc
|
||||
|
||||
My personal Neovim config. Built for Neovim 0.12+ using the native
|
||||
`vim.pack` package manager and the modern `vim.lsp.config` API — no
|
||||
lazy.nvim, no nvim-lspconfig.
|
||||
|
||||
## Install
|
||||
|
||||
```fish
|
||||
task install
|
||||
```
|
||||
|
||||
## Plugins
|
||||
|
||||
- [darkbox.nvim](https://git.timmypidashev.dev/timmypidashev/darkbox.nvim) — custom theme
|
||||
- [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) — statusline
|
||||
- [nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons)
|
||||
- [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)
|
||||
- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) (main branch)
|
||||
- [mason.nvim](https://github.com/mason-org/mason.nvim)
|
||||
- [mason-tool-installer.nvim](https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim)
|
||||
- [vim-wakatime](https://github.com/wakatime/vim-wakatime)
|
||||
- [harpoon 2](https://github.com/ThePrimeagen/harpoon/tree/harpoon2) — file bookmarks
|
||||
- [plenary.nvim](https://github.com/nvim-lua/plenary.nvim) — harpoon dep
|
||||
- [barbar.nvim](https://github.com/romgrk/barbar.nvim) — tabline
|
||||
- [oil.nvim](https://github.com/stevearc/oil.nvim) — file explorer as buffer
|
||||
- [blink.cmp](https://github.com/saghen/blink.cmp) — completion
|
||||
- [fzf-lua](https://github.com/ibhagwan/fzf-lua) — fuzzy picker
|
||||
- [conform.nvim](https://github.com/stevearc/conform.nvim) — format on save
|
||||
- [nvim-lint](https://github.com/mfussenegger/nvim-lint) — linter runner
|
||||
- [which-key.nvim](https://github.com/folke/which-key.nvim) — keymap hints
|
||||
- [nvim-autopairs](https://github.com/windwp/nvim-autopairs)
|
||||
- [nvim-surround](https://github.com/kylechui/nvim-surround)
|
||||
- [toggleterm.nvim](https://github.com/akinsho/toggleterm.nvim) — floating terminal
|
||||
- [undotree](https://github.com/mbbill/undotree)
|
||||
- [noice.nvim](https://github.com/folke/noice.nvim) — cmdline + notifications UI
|
||||
- [nvim-notify](https://github.com/rcarriga/nvim-notify) — notification backend
|
||||
- [nui.nvim](https://github.com/MunifTanjim/nui.nvim) — noice dep
|
||||
- [mini.indentscope](https://github.com/nvim-mini/mini.indentscope) — indent scope line
|
||||
- [mini.animate](https://github.com/nvim-mini/mini.animate) — cursor / scroll / resize animation
|
||||
- [camouflage.nvim](https://github.com/zeybek/camouflage.nvim) — mask secrets in config files
|
||||
- [videre.nvim](https://github.com/Owen-Dechow/videre.nvim) — JSON/YAML graph explorer
|
||||
- [tiny-glimmer.nvim](https://github.com/rachartier/tiny-glimmer.nvim) — yank/paste/undo glow
|
||||
- [verse.nvim](https://git.timmypidashev.dev/timmypidashev/verse.nvim) — daily Bible verse
|
||||
|
||||
---
|
||||
|
||||
Made with ❤️ by [timmypidashev](https://timmypidashev.dev)
|
||||
|
||||
Reference in New Issue
Block a user