This commit is contained in:
2026-07-19 17:30:00 +08:00
parent d734377b2e
commit d2c421f275
2 changed files with 6 additions and 3 deletions

View File

@@ -202,6 +202,7 @@ return {
},
{ 'bellinitte/uxntal.vim', lazy = false },
{ 'hylang/vim-hy', lazy = false },
{
'nvim-flutter/flutter-tools.nvim',
ft = 'dart',
@@ -306,6 +307,7 @@ return {
-- Show Code Outline/Symbols tree window
{
'stevearc/aerial.nvim',
branch = "nvim-0.11",
opts = {
close_on_select = true,
-- backends = { 'lsp', 'markdown', 'man' },

View File

@@ -21,11 +21,12 @@ ct.set('ruler', 'showcmd', 'cursorline', 'title')
-- ct.set('number')
ct.set(
-- {'termguicolors', true},
{'signcolumn', 'number'},
{'conceallevel', 0},
{'background', 'light'},
{'colorcolumn', '81,121'},
{'textwidth', 0},
{'conceallevel', 0},
{'laststatus', 1},
{'signcolumn', 'number'},
{'textwidth', 0},
{'wrapmargin', 0}
)