-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlux.toml
More file actions
79 lines (73 loc) · 1.5 KB
/
lux.toml
File metadata and controls
79 lines (73 loc) · 1.5 KB
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
package = "myNixOS"
version = "0.1.0"
lua = "==5.1"
[description]
summary = "neovim"
maintainer = "DrTeagle"
labels = []
[dependencies]
# lazy = "any"
"lazydev.nvim" = "*"
"bufferline.nvim" = "*"
"Comment.nvim" = "*"
"cord.nvim" = "*"
# "fff.nvim" = "*"
"flash.nvim" = "*"
"hardtime.nvim" = "*"
"lazy.nvim" = "*"
# "LspUI.nvim " = "*"
# "lualine.nvim" = "*"
# "LuaSnip" = "*"
"markview.nvim" = "*"
"mini.ai" = "*"
"mini.pairs" = "*"
"noice.nvim" = "*"
"nui.nvim" = "*"
# "nvim-lint" = "*"
"nvim-notify" = "*"
# "nvim-treesitter" = "*"
"nvim-web-devicons" = "*"
"plenary.nvim" = "*"
"rustaceanvim" = "*"
"snacks.nvim" = "*"
"todo-comments.nvim" = "*"
"toggleterm.nvim" = "*"
"tokyonight.nvim" = "*"
# "vim-tmux-navigator" = "*"
# "vim-wakatime" = "*"
# "vimtex" = "*"
"which-key.nvim" = "*"
"yazi.nvim" = "*"
# "blink-cmp-conventional-commits" = "*"
# "blink.cmp" = "*"
# "clangd_extensions.nvim" = "*"
# "colorful-menu.nvim" = "*"
"conform.nvim" = "*"
# "diffview.nvim" = "*"
# "FixCursorHold.nvim" = "*"
"gitsigns.nvim" = "*"
"grug-far.nvim" = "*"
# "jujutsu.nvim" = "*"
# "lspkind.nvim" = "*"
"mini.surround" = "*"
"neogit" = "*"
"neotest" = "*"
# "neotest-python" = "*"
# "neotest-zig" = "*"
"nvim-dap" = "*"
# "nvim-dap-python " = "*"
# "nvim-dap-ui" = "*"
# "nvim-dap-virtual-text" = "*"
"nvim-nio" = "*"
"obsidian.nvim" = "*"
# "outline.nvim" = "*"
"trouble.nvim" = "*"
"yanky.nvim" = "*"
# Add your dependencies here
# `busted = ">=2.0"`
[run]
args = ["src/main.lua"]
[build]
type = "builtin"
[test]
type = "busted-nlua"