*LazyVim.txt* For Neovim >= 0.8.0 Last change: 2023 January 09 ============================================================================== Table of Contents *LazyVim-table-of-contents* 1. LazyVim |LazyVim-lazyvim| - Getting Started |LazyVim-getting-started| - Todo |LazyVim-todo| - Keymaps |LazyVim-keymaps| - Plugins |LazyVim-plugins| ============================================================================== 1. LazyVim *LazyVim-lazyvim* Neovim config for the lazy powered by lazy.nvim . Can’t decide between building a config from scratch or using one of the existing Neovim **_distros_**? With **LazyVim** you don’t have to. Configuring **LazyVim** is **exactly the same** as you would configure a config from scratch. You can easily add new plugins, change the config for existing ones or disable plugins.

image

GETTING STARTED *LazyVim-getting-started* You can find a starter template for **LazyVim** here **TLDR:** >lua require("lazy").setup({ spec = { -- import LazyVim plugins { "LazyVim/LazyVim", import = "lazyvim.plugins" }, -- import/override with your plugins { import = "plugins" }, }, defaults = { lazy = true, -- every plugin is lazy-loaded by default version = "", -- try installing the latest stable version for plugins that support semver }, }) < TODO *LazyVim-todo* - documentation - treesitter auto-install seems broken. Switch to `ensure_installed` instead? - list all plugins in readme - test all-the-things - auto-generate keymaps for README.md - auto-generate plugins for README.md KEYMAPS *LazyVim-keymaps* **LazyVim** uses which-key.nvim to help you remember your keymaps. Just press any key like `` and you’ll see a popup with all possible keymaps starting with ``.

image

General │ Key │ Description │ Mode │ │ │Go to left window │**n** │ │ │Go to lower window │**n** │ │ │Go to upper window │**n** │ │ │Go to right window │**n** │ │ │Increase window height │**n** │ │ │Decrease window height │**n** │ │ │Decrease window width │**n** │ │ │Increase window width │**n** │ │ │Move down │**n**, **v**, **i** │ │ │Move up │**n**, **v**, **i** │ │ │Prev buffer │**n** │ │ │Next buffer │**n** │ │[p │Paste below │**n** │ │]p │Paste above │**n** │ │ │Escape and clear hlsearch │**i**, **n** │ │n │Next search result │**n**, **x**, **o** │ │N │Prev search result │**n**, **x**, **o** │ │ │Save file │**i**, **v**, **n**, **s**│ │l │Lazy │**n** │ │fn │New File │**n** │ │xl │Open Location List │**n** │ │xq │Open Quickfix List │**n** │ │tf │Toggle format on Save │**n** │ │ts │Toggle Spelling │**n** │ │tw │Toggle Word Wrap │**n** │ │tn │Toggle Line Numbers │**n** │ │td │Toggle Diagnostics │**n** │ │tc │Toggle Conceal │**n** │ │gg │Lazygit (cwd) │**n** │ │gG │Lazygit (root dir) │**n** │ │qq │Quit all │**n** │ │hl │Highlight Groups at cursor│**n** │ │ot │Terminal (root dir) │**n** │ │oT │Terminal (cwd) │**n** │ │ │Enter Normal Mode │**t** │ │ww │other-window │**n** │ │wd │delete-window │**n** │ │w- │split-window-below │**n** │ │w\| │split-window-right │**n** │ │l │Last │**n** │ │f │First │**n** │ │ │New Tab │**n** │ │] │Next │**n** │ │d │Close │**n** │ │[ │Previous │**n** │ │b] │Next Buffer │**n** │ │bb │Switch to Other Buffer │**n** │ │b[ │Previous Buffer │**n** │ │ │Switch to Other Buffer │**n** │ LSP │ Key │ Description │ Mode │ │cd │Line Diagnostics │**n** │ │cl │Lsp Info │**n** │ │xd │Telescope Diagnostics│**n** │ │gd │Goto Definition │**n** │ │gr │References │**n** │ │gD │Goto Declaration │**n** │ │gI │Goto Implementation │**n** │ │gt │Goto Type Definition │**n** │ │K │Hover │**n** │ │gK │Signature Help │**n** │ │[d │Next Diagnostic │**n** │ │]d │Prev Diagnostic │**n** │ │]e │Next Error │**n** │ │[e │Prev Error │**n** │ │]w │Next Warning │**n** │ │[w │Prev Warning │**n** │ │ca │Code Action │**n**, **v**│ │cf │Format Document │**n** │ │cf │Format Range │**v** │ │cr │Rename │**n** │ Plugins │ Key │ Description │Mode │ │cm │mason.nvim Mason │**n**│ │bd │mini.bufremove Delete Buffer │**n**│ │bD │mini.bufremove Delete Buffer (Force) │**n**│ │ft │neo-tree.nvim NeoTree (root dir) │**n**│ │fT │neo-tree.nvim NeoTree (cwd) │**n**│ │ │noice.nvim Redirect Cmdline │**c**│ │nl │noice.nvim Noice Last Message │**n**│ │nh │noice.nvim Noice History │**n**│ │na │noice.nvim Noice All │**n**│ │ │noice.nvim Scroll forward │**n**│ │ │noice.nvim Scroll backward │**n**│ │nd │nvim-notify Delete all Notifications │**n**│ │sr │nvim-spectre Replace in files (Spectre) │**n**│ │qs │persistence.nvim Restore Session │**n**│ │ql │persistence.nvim Restore Last Session │**n**│ │qd │persistence.nvim Don’t Save Current Session│**n**│ │/ │telescope.nvim Find in Files (Grep) │**n**│ │ │telescope.nvim Find Files (root dir) │**n**│ │fb │telescope.nvim Buffers │**n**│ │ff │telescope.nvim Find Files (root dir) │**n**│ │fF │telescope.nvim Find Files (cwd) │**n**│ │fr │telescope.nvim Recent │**n**│ │gc │telescope.nvim commits │**n**│ │gs │telescope.nvim status │**n**│ │ha │telescope.nvim Auto Commands │**n**│ │hc │telescope.nvim Commands │**n**│ │hf │telescope.nvim File Types │**n**│ │hh │telescope.nvim Help Pages │**n**│ │hk │telescope.nvim Key Maps │**n**│ │hm │telescope.nvim Man Pages │**n**│ │ho │telescope.nvim Options │**n**│ │hs │telescope.nvim Search Highlight Groups│**n**│ │ht │telescope.nvim Telescope │**n**│ │sb │telescope.nvim Buffer │**n**│ │sc │telescope.nvim Command History │**n**│ │sg │telescope.nvim Grep (root dir) │**n**│ │sG │telescope.nvim Grep (cwd) │**n**│ │sm │telescope.nvim Jump to Mark │**n**│ │, │telescope.nvim Switch Buffer │**n**│ │: │telescope.nvim Command History │**n**│ │ss │telescope.nvim Goto Symbol │**n**│ │]t │todo-comments.nvim Next todo comment │**n**│ │[t │todo-comments.nvim Previous todo comment │**n**│ │xt │todo-comments.nvim Todo Trouble │**n**│ │xtt │todo-comments.nvim Todo Trouble │**n**│ │xT │todo-comments.nvim Todo Telescope │**n**│ │xx │trouble.nvim Document Diagnostics (Trouble) │**n**│ │xX │trouble.nvim Workspace Diagnostics (Trouble) │**n**│ │]] │vim-illuminate Next Reference │**n**│ │[[ │vim-illuminate Prev Reference │**n**│ PLUGINS *LazyVim-plugins* Core Plugins - alpha-nvim - catppuccin - cmp-buffer - cmp-nvim-lsp - cmp-path - cmp_luasnip - dressing.nvim - flit.nvim - friendly-snippets - gitsigns.nvim - indent-blankline.nvim - lazy.nvim - leap.nvim - lualine.nvim - LuaSnip - mason-lspconfig.nvim - mason.nvim - mini.ai - mini.bufremove - mini.comment - mini.indentscope - mini.pairs - mini.surround - neo-tree.nvim - neoconf.nvim - neodev.nvim - noice.nvim - nui.nvim - null-ls.nvim - nvim-bufferline.lua - nvim-cmp - nvim-lspconfig - nvim-navic - nvim-notify - nvim-spectre - nvim-treesitter - nvim-treesitter-textobjects - nvim-ts-context-commentstring - nvim-web-devicons - persistence.nvim - plenary.nvim - telescope.nvim - todo-comments.nvim - tokyonight.nvim - trouble.nvim - vim-illuminate - vim-startuptime - which-key.nvim Extras: lang.json To use this, add it to your **lazy.nvim** imports: >lua require("lazy").setup({ spec = { { "folke/LazyVim", import = "lazyvim.plugins" }, { import = "lazyvim.plugins.extras.lang.json" }, { import = "plugins" }, }, }) < - nvim-lspconfig - nvim-treesitter - schemastore.nvim Extras: lang.typescript To use this, add it to your **lazy.nvim** imports: >lua require("lazy").setup({ spec = { { "folke/LazyVim", import = "lazyvim.plugins" }, { import = "lazyvim.plugins.extras.lang.typescript" }, { import = "plugins" }, }, }) < - nvim-lspconfig - nvim-treesitter - typescript.nvim Extras: ui.mini-starter To use this, add it to your **lazy.nvim** imports: >lua require("lazy").setup({ spec = { { "folke/LazyVim", import = "lazyvim.plugins" }, { import = "lazyvim.plugins.extras.ui.mini-starter" }, { import = "plugins" }, }, }) < - mini.starter Generated by panvimdoc vim:tw=78:ts=8:noet:ft=help:norl: