mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-03-30 01:31:30 +00:00
Compare commits
5 Commits
dabce46993
...
d132bd3e9f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d132bd3e9f | ||
|
|
f7b74c7b83 | ||
|
|
b212fdb33f | ||
|
|
d97de4f0ae | ||
|
|
886f2bc076 |
@ -262,7 +262,7 @@ available methods being discussed
|
|||||||
<details><summary>Bob</summary>
|
<details><summary>Bob</summary>
|
||||||
|
|
||||||
[Bob](https://github.com/MordechaiHadad/bob) is a Neovim version manager for
|
[Bob](https://github.com/MordechaiHadad/bob) is a Neovim version manager for
|
||||||
all plattforms. Simply install
|
all platforms. Simply install
|
||||||
[rustup](https://rust-lang.github.io/rustup/installation/other.html),
|
[rustup](https://rust-lang.github.io/rustup/installation/other.html),
|
||||||
and run the following commands:
|
and run the following commands:
|
||||||
|
|
||||||
|
|||||||
7
init.lua
7
init.lua
@ -318,7 +318,7 @@ require('lazy').setup({
|
|||||||
spec = {
|
spec = {
|
||||||
{ '<leader>s', group = '[S]earch', mode = { 'n', 'v' } },
|
{ '<leader>s', group = '[S]earch', mode = { 'n', 'v' } },
|
||||||
{ '<leader>t', group = '[T]oggle' },
|
{ '<leader>t', group = '[T]oggle' },
|
||||||
{ '<leader>h', group = 'Git [H]unk', mode = { 'n', 'v' } },
|
{ '<leader>h', group = 'Git [H]unk', mode = { 'n', 'v' } }, -- Enable gitsigns recommended keymaps first
|
||||||
{ 'gr', group = 'LSP Actions', mode = { 'n' } },
|
{ 'gr', group = 'LSP Actions', mode = { 'n' } },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -500,9 +500,6 @@ require('lazy').setup({
|
|||||||
|
|
||||||
-- Useful status updates for LSP.
|
-- Useful status updates for LSP.
|
||||||
{ 'j-hui/fidget.nvim', opts = {} },
|
{ 'j-hui/fidget.nvim', opts = {} },
|
||||||
|
|
||||||
-- Allows extra capabilities provided by blink.cmp
|
|
||||||
'saghen/blink.cmp',
|
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
-- Brief aside: **What is LSP?**
|
-- Brief aside: **What is LSP?**
|
||||||
@ -917,7 +914,7 @@ require('lazy').setup({
|
|||||||
-- require 'kickstart.plugins.lint',
|
-- require 'kickstart.plugins.lint',
|
||||||
-- require 'kickstart.plugins.autopairs',
|
-- require 'kickstart.plugins.autopairs',
|
||||||
-- require 'kickstart.plugins.neo-tree',
|
-- require 'kickstart.plugins.neo-tree',
|
||||||
-- require 'kickstart.plugins.gitsigns', -- adds gitsigns recommend keymaps
|
-- require 'kickstart.plugins.gitsigns', -- adds gitsigns recommended keymaps
|
||||||
|
|
||||||
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
|
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
|
||||||
-- This is the easiest way to modularize your config.
|
-- This is the easiest way to modularize your config.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user