mirror of
https://github.com/cap153/nvim.git
synced 2026-01-11 17:18:19 +08:00
添加vscode neovim相关配置
This commit is contained in:
parent
59f0ba6a45
commit
d1f5f0a2c8
12 changed files with 217 additions and 57 deletions
|
|
@ -8,6 +8,7 @@ map:cmd('<space>v', 'SymbolsOutline')
|
|||
|
||||
return {
|
||||
'simrat39/symbols-outline.nvim',
|
||||
enabled = not vim.g.vscode,
|
||||
config = function()
|
||||
require("symbols-outline").setup {
|
||||
width = 20,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue