mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-05-14 08:23:48 +00:00
Compare commits
6 Commits
c227278c56
...
2fccee4349
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2fccee4349 | ||
|
|
2e8d5b17cb | ||
|
|
a42ed30a09 | ||
|
|
716d7465c0 | ||
|
|
c4605421e5 | ||
|
|
cd7adee3ce |
10
init.lua
10
init.lua
@ -248,8 +248,9 @@ do
|
||||
-- `vim.pack` is a new plugin manager built into Neovim,
|
||||
-- which provides a Lua interface for installing and managing plugins.
|
||||
--
|
||||
-- See `:help vim.pack`, `:help vim.pack-examples` or
|
||||
-- the excellent blog post from the creator of mini.nvim https://echasnovski.com/blog/2026-03-13-a-guide-to-vim-pack
|
||||
-- See `:help vim.pack`, `:help vim.pack-examples` or the
|
||||
-- excellent blog post from the creator of vim.pack and mini.nvim:
|
||||
-- https://echasnovski.com/blog/2026-03-13-a-guide-to-vim-pack
|
||||
--
|
||||
-- To inspect plugin state and pending updates, run
|
||||
-- :lua vim.pack.update(nil, { offline = true })
|
||||
@ -391,7 +392,8 @@ do
|
||||
vim.pack.add { gh 'folke/todo-comments.nvim' }
|
||||
require('todo-comments').setup { signs = false }
|
||||
|
||||
-- Collection of various small independent plugins/modules
|
||||
-- [[ mini.nvim ]]
|
||||
-- A collection of various small independent plugins/modules
|
||||
vim.pack.add { gh 'nvim-mini/mini.nvim' }
|
||||
|
||||
-- Better Around/Inside textobjects
|
||||
@ -835,7 +837,7 @@ do
|
||||
-- <c-e>: Hide menu
|
||||
-- <c-k>: Toggle signature help
|
||||
--
|
||||
-- See :h blink-cmp-config-keymap for defining your own keymap
|
||||
-- See `:help blink-cmp-config-keymap` for defining your own keymap
|
||||
preset = 'default',
|
||||
|
||||
-- For more advanced Luasnip keymaps (e.g. selecting choice nodes, expansion) see:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user