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