Skip to content

Commit be0fd4f

Browse files
nothing
1 parent ab42b08 commit be0fd4f

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

lua/modules/files/plugins.lua

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,9 @@ search({
2626
})
2727

2828
search({
29-
enabled = false,
29+
enabled = true,
3030
"ibhagwan/fzf-lua",
3131
dependencies = "nvim-tree/nvim-web-devicons",
32-
cmd = {
33-
"FzfLua files",
34-
"FzfLua live_grep",
35-
"FzfLua buffers",
36-
"FzfLua lsp_references",
37-
"FzfLua lsp_definitions",
38-
"FzfLua lsp_code_actions",
39-
},
32+
event = "VeryLazy",
4033
config = conf.fzf,
4134
})

lua/modules/lsp/servers/clangd.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Clangd
1+
--[[ -- Clangd
22
local clangd_defaults = require("lspconfig.server_configurations.clangd")
33
local clangd_configs = vim.tbl_deep_extend("force", clangd_defaults["default_config"], {
44
-- on_attach = on_attach_16,
@@ -17,7 +17,7 @@ local clangd_configs = vim.tbl_deep_extend("force", clangd_defaults["default_con
1717
"--header-insertion-decorators",
1818
"--pch-storage=memory",
1919
},
20-
})
20+
}) ]]
2121

2222
require("clangd_extensions").setup({
2323
inlay_hints = {

0 commit comments

Comments
 (0)