updates
This commit is contained in:
@@ -202,6 +202,7 @@ return {
|
|||||||
},
|
},
|
||||||
|
|
||||||
{ 'bellinitte/uxntal.vim', lazy = false },
|
{ 'bellinitte/uxntal.vim', lazy = false },
|
||||||
|
{ 'hylang/vim-hy', lazy = false },
|
||||||
{
|
{
|
||||||
'nvim-flutter/flutter-tools.nvim',
|
'nvim-flutter/flutter-tools.nvim',
|
||||||
ft = 'dart',
|
ft = 'dart',
|
||||||
@@ -306,6 +307,7 @@ return {
|
|||||||
-- Show Code Outline/Symbols tree window
|
-- Show Code Outline/Symbols tree window
|
||||||
{
|
{
|
||||||
'stevearc/aerial.nvim',
|
'stevearc/aerial.nvim',
|
||||||
|
branch = "nvim-0.11",
|
||||||
opts = {
|
opts = {
|
||||||
close_on_select = true,
|
close_on_select = true,
|
||||||
-- backends = { 'lsp', 'markdown', 'man' },
|
-- backends = { 'lsp', 'markdown', 'man' },
|
||||||
|
|||||||
@@ -21,11 +21,12 @@ ct.set('ruler', 'showcmd', 'cursorline', 'title')
|
|||||||
-- ct.set('number')
|
-- ct.set('number')
|
||||||
ct.set(
|
ct.set(
|
||||||
-- {'termguicolors', true},
|
-- {'termguicolors', true},
|
||||||
{'signcolumn', 'number'},
|
{'background', 'light'},
|
||||||
{'conceallevel', 0},
|
|
||||||
{'colorcolumn', '81,121'},
|
{'colorcolumn', '81,121'},
|
||||||
{'textwidth', 0},
|
{'conceallevel', 0},
|
||||||
{'laststatus', 1},
|
{'laststatus', 1},
|
||||||
|
{'signcolumn', 'number'},
|
||||||
|
{'textwidth', 0},
|
||||||
{'wrapmargin', 0}
|
{'wrapmargin', 0}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user