-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.luarc.json
83 lines (83 loc) · 6.35 KB
/
.luarc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"workspace.checkThirdParty": false,
"workspace.library": [
"/Users/arandilopez/.config/nvim",
"/Users/arandilopez/.local/share/nvim/site",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/bullets.vim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/cmp-buffer",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/cmp-cmdline",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/cmp-nvim-lsp",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/cmp-path",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/cmp-spell",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/cmp-vsnip",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/copilot.vim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/dashboard-nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/editorconfig.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/FixCursorHold.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/formatter.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/gitsigns.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/goyo.vim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/lspkind.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/lualine.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/mason.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/neotest",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/neotest-jest",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/neotest-vitest",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nui.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-autopairs",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-cmp",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-colorizer.lua",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-dap",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-dap-ruby",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-dap-ui",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-dap-virtual-text",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-dap-vscode-js",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-lspconfig",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-lspinstall",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-pqf.git",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-transparent",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-tree.lua",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-treesitter",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-ts-autotag",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-ts-context-commentstring",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/nvim-ufo",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/onedark.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/packer.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/playground",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/plenary.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/pomodoro.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/popup.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/promise-async",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/telescope-dap.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/telescope-project.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/telescope.nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/vim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/vim-bbye",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/vim-commentary",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/vim-context-commentstring",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/vim-edge-template",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/vim-endwise",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/vim-fugitive",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/vim-matchup",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/vim-rhubarb",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/vim-solidity",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/vim-surround",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/vim-vsnip",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/vim-wakatime",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/which-key.nvim",
"/opt/homebrew/Cellar/neovim/0.9.4/share/nvim/runtime",
"/opt/homebrew/Cellar/neovim/0.9.4/lib/nvim",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/cmp-buffer/after",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/cmp-cmdline/after",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/cmp-nvim-lsp/after",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/cmp-path/after",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/cmp-spell/after",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/cmp-vsnip/after",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/editorconfig.nvim/after",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/playground/after",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/vim/after",
"/Users/arandilopez/.local/share/nvim/site/pack/packer/start/vim-matchup/after",
"/Users/arandilopez/.config/nvim/after",
"${3rd}/luv/library"
]
}