Sync with main repo
This commit is contained in:
parent
88f159bbcc
commit
7d23ceb4b7
|
@ -2,3 +2,4 @@ tags
|
|||
test.sh
|
||||
.luarc.json
|
||||
nvim
|
||||
lazy-lock.json
|
||||
|
|
9
init.lua
9
init.lua
|
@ -90,7 +90,6 @@ require('lazy').setup({
|
|||
-- Useful status updates for LSP
|
||||
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
|
||||
{ 'j-hui/fidget.nvim', opts = {} },
|
||||
-- { 'j-hui/fidget.nvim', tag = 'legacy', opts = {} },
|
||||
|
||||
-- Additional lua configuration, makes nvim stuff amazing!
|
||||
'folke/neodev.nvim',
|
||||
|
@ -256,10 +255,7 @@ require('lazy').setup({
|
|||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
-- See `:help ibl`
|
||||
main = 'ibl',
|
||||
opts = {
|
||||
char = '┊',
|
||||
show_trailing_blankline_indent = false,
|
||||
},
|
||||
opts = {}
|
||||
},
|
||||
|
||||
-- "gc" to comment visual regions/lines
|
||||
|
@ -833,4 +829,7 @@ vim.api.nvim_create_user_command(
|
|||
{ nargs = 1 }
|
||||
)
|
||||
|
||||
-- IBL config
|
||||
require("ibl").setup()
|
||||
|
||||
-- vim: ts=2 sts=2 sw=2 et
|
||||
|
|
Loading…
Reference in New Issue