diff --git a/candy/lua/marshmallow/defaults.lua b/candy/lua/marshmallow/defaults.lua index fb905c4..926be1e 100644 --- a/candy/lua/marshmallow/defaults.lua +++ b/candy/lua/marshmallow/defaults.lua @@ -24,7 +24,7 @@ vim.opt.mousemodel = "extend" -- Status -- vim.opt.showmode = false -vim.opt.cmdheight = 0 +vim.opt.cmdheight = 1 vim.opt.laststatus = 3 -- Global status vim.opt.statusline = "%{%v:lua.require'marshmallow.statusline'.statusline()%}" diff --git a/candy/lua/marshmallow/lsp.lua b/candy/lua/marshmallow/lsp.lua index 9b72077..cd68324 100644 --- a/candy/lua/marshmallow/lsp.lua +++ b/candy/lua/marshmallow/lsp.lua @@ -45,6 +45,7 @@ local lsp_configs = {} local disabled = { "rust_analyzer", "ts_ls", + "volar", -- message was annoying, depcrecated } for _, f in pairs(vim.api.nvim_get_runtime_file("lsp/*.lua", true)) do diff --git a/flake.nix b/flake.nix index 96e35fa..d6db12e 100644 --- a/flake.nix +++ b/flake.nix @@ -58,7 +58,7 @@ stylua prettierd black - nixfmt-rfc-style + nixfmt taplo lua-language-server nil @@ -73,6 +73,7 @@ tinymist ripgrep gdb + llvmPackages_20.clang-tools ]; config = { plugins =