- onsails/lspkind.nvim: vscode-like pictograms for neovim lsp completion items
- wsdjeg/flygrep.nvim: Neovim plugin to search text in floating window asynchronously
- notomo/cmp-neosnippet: nvim-cmp source for neosnippet
- wsdjeg/vim-zettelkasten: a Zettelkasten note taking plugin
- neovim/nvim-lspconfig: Quickstart configs for Nvim LSP
- MeanderingProgrammer/render-markdown.nvim: Plugin to improve viewing Markdown files in Neovim
- preservim/tagbar: Vim plugin that displays tags in a window, ordered by scope
- hrsh7th/nvim-cmp: A completion plugin for neovim coded in Lua.
- toppair/peek.nvim: Markdown preview plugin for Neovim
- wsdjeg/notify.nvim: notify api detached from spacevim
- wsdjeg/cpicker.nvim: Color Converter for neovim
- wsdjeg/nvim-plug: simple neovim plugin manager written in Lua
- wsdjeg/SpaceVim: A modular configuration of Vim and Neovim
- yorickpeterse/nvim-window: Easily jump between NeoVim windows.
- wsdjeg/git.vim: Use git in spacevim
- fcying/telescope-ctags-outline.nvim: get ctags outline for telescope.nvim
- wsdjeg/tasks.nvim: tasks manager for neovim
- nvim-telescope/telescope.nvim: Find, Filter, Preview, Pick. All lua, all the time.
- wsdjeg/statusline.nvim: module statusline plugin for neovim
- wsdjeg/mru.nvim: MRU(Most Recently Used) Files for Neovim
- rhysd/clever-f.vim: Extended f, F, t and T key mappings for Vim.
- wsdjeg/tabline.nvim: simple tabline plugin for Neovim
- wsdjeg/repl.nvim: vim.NIL
- windwp/nvim-autopairs: autopairs for neovim written in lua
- mzlogin/vim-markdown-toc: A vim 7.4+ plugin to generate table of contents for Markdown files.
- wsdjeg/ctags.nvim: ctags integration for neovim
- lukas-reineke/indent-blankline.nvim: Indent guides for Neovim
- wsdjeg/todo.nvim: todo manager plugin for Neovim
- rakr/vim-one: Adaptation of one-light and one-dark colorschemes for Vim
- nvim-lua/plenary.nvim: plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.
- wsdjeg/terminal.nvim: simple floating terminal plugin for Neovim
- smoka7/hop.nvim: Neovim motions on speed!
- nvim-treesitter/nvim-treesitter: Nvim Treesitter configurations and abstraction layer
- wsdjeg/format.nvim: asynchronous code formatting plugin
- hrsh7th/cmp-nvim-lsp: nvim-cmp source for neovim builtin LSP client
- wsdjeg/iedit.nvim: iedit mode for neovim
- olimorris/codecompanion.nvim: ✨ AI-powered coding, seamlessly in Neovim
- hrsh7th/cmp-buffer: nvim-cmp source for buffer words
- mhinz/vim-signify: ➕ Show a diff using Vim its sign column.
- nvim-tree/nvim-tree.lua: A file explorer tree for neovim written in lua
- hrsh7th/cmp-path: nvim-cmp source for path
- nvim-tree/nvim-web-devicons: Provides Nerd Font icons (glyphs) for use by neovim plugins
- wsdjeg/ctrlg.nvim: More beautiful ctrl-g output
- wsdjeg/record-key.nvim: Recording keyboard keys in Neovim
- Shougo/neosnippet.vim: neo-snippet plugin
- wsdjeg/dashboard-nvim: vim dashboard
- kylechui/nvim-surround: Add/change/delete surrounding delimiter pairs with ease. Written with ❤️ in Lua.
- Shougo/neosnippet-snippets: The standard snippets repository for neosnippet
- Shougo/context_filetype.vim: Context filetype library for Vim script
- wsdjeg/scrollbar.vim: vim.NIL
- wsdjeg/ChineseLinter.vim: 中文文档语言规范检查工具
- uga-rosa/cmp-dictionary: A dictionary completion source for nvim-cmp
- wsdjeg/code-runner.nvim: Async Code Runner for Neovim
- wsdjeg/rooter.nvim: cd project root automatically
- wsdjeg/logger.nvim: Neovim runtime logger
Key Binding | Description |
---|---|
SPC-f-s |
save file |
SPC-b-f |
format buffer |
SPC g s |
:Git status |
SPC g A |
:Git add . |
SPC g c |
:Git commit |
SPC ' |
open float terminal window |
SPC p l |
list recent projects |
SPC f r |
list recent files |
SPC Tab |
same as :b# |