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