mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 00:28:56 +02:00
updated bufferline
This commit is contained in:
parent
9f9d663f0b
commit
ffdb9eb0e5
5 changed files with 129 additions and 72 deletions
1
init.lua
1
init.lua
|
@ -346,6 +346,7 @@ vim.opt.rtp:prepend(lazypath)
|
|||
-- To update plugins you can run
|
||||
-- :Lazy update
|
||||
--
|
||||
vim.o.mouse = 'a'
|
||||
-- NOTE: Here is where you install your plugins.
|
||||
require('lazy').setup({
|
||||
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue