Merge remote-tracking branch 'upstream/master'

- init.lua: minor edits of section comments for consistency
- init.lua: move diagnostic keymaps together with other keymaps
This commit is contained in:
Damjan 9000
2023-11-07 17:20:40 +01:00
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
-- [[ Bootstrap lazy plugin manager ]]
-- [[ Install `lazy.nvim` plugin manager ]]
-- https://github.com/folke/lazy.nvim
-- `:help lazy.nvim.txt` for more info
local lazypath = vim.fn.stdpath 'data' .. '/lazy/lazy.nvim'