add colored brackets :D
This commit is contained in:
parent
445f30a0fc
commit
fd48e88cc3
3 changed files with 28 additions and 2 deletions
|
@ -143,3 +143,5 @@ vim.g.barbar_auto_setup = false
|
|||
require'barbar'.setup {
|
||||
letters = 'asdfjkl;ghnmxcvbziowerutyqpASDFJKLGHNMXCVBZIOWERUTYQP'
|
||||
}
|
||||
|
||||
require("devcontainer").setup{}
|
||||
|
|
|
@ -17,6 +17,7 @@ return {
|
|||
"sindrets/diffview.nvim",
|
||||
"romgrk/barbar.nvim",
|
||||
"vimsence/vimsence",
|
||||
'hiphish/rainbow-delimiters.nvim',
|
||||
{
|
||||
'numToStr/Comment.nvim',
|
||||
opts={},
|
||||
|
@ -128,4 +129,19 @@ return {
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"nvim-orgmode/orgmode",
|
||||
event = "VeryLazy",
|
||||
ft = { 'org' },
|
||||
config = function()
|
||||
require('orgmode').setup({
|
||||
org_agenda_files = '~/orgfiles/**/*',
|
||||
org_default_notes_file = '~/orgfiles/refile.org'
|
||||
})
|
||||
end
|
||||
},
|
||||
{
|
||||
'https://codeberg.org/esensar/nvim-dev-container',
|
||||
dependencies = 'nvim-treesitter/nvim-treesitter'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue