tangled
alpha
login
or
join now
althaea.zone
/
candy
0
fork
atom
neovim
0
fork
atom
overview
issues
pulls
pipelines
small little updates
marshmallow
1 week ago
618ff183
ad171c71
+4
-2
3 changed files
expand all
collapse all
unified
split
candy
lua
marshmallow
defaults.lua
lsp.lua
flake.nix
+1
-1
candy/lua/marshmallow/defaults.lua
···
24
24
25
25
-- Status --
26
26
vim.opt.showmode = false
27
27
-
vim.opt.cmdheight = 0
27
27
+
vim.opt.cmdheight = 1
28
28
vim.opt.laststatus = 3 -- Global status
29
29
30
30
vim.opt.statusline = "%{%v:lua.require'marshmallow.statusline'.statusline()%}"
+1
candy/lua/marshmallow/lsp.lua
···
45
45
local disabled = {
46
46
"rust_analyzer",
47
47
"ts_ls",
48
48
+
"volar", -- message was annoying, depcrecated
48
49
}
49
50
50
51
for _, f in pairs(vim.api.nvim_get_runtime_file("lsp/*.lua", true)) do
+2
-1
flake.nix
···
58
58
stylua
59
59
prettierd
60
60
black
61
61
-
nixfmt-rfc-style
61
61
+
nixfmt
62
62
taplo
63
63
lua-language-server
64
64
nil
···
73
73
tinymist
74
74
ripgrep
75
75
gdb
76
76
+
llvmPackages_20.clang-tools
76
77
];
77
78
config = {
78
79
plugins =