Skip to content

Commit

Permalink
regular update
Browse files Browse the repository at this point in the history
  • Loading branch information
alohaia committed Feb 6, 2025
1 parent e601b11 commit ba4b755
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/aloha/plugin_configs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,13 @@ configs['neovim/nvim-lspconfig'] = function()
},
vimls = {},
clangd = {
-- https://clangd.llvm.org/config#files
-- specific standard in ~/.config/clangd/config.yaml
-- or project-specific <project-root>/.clangd
--
-- CompileFlags:
-- Add: [-std=c++23]
--
on_attach = function (_, bufnr)
api.nvim_buf_set_keymap(bufnr, 'n', '<M-s>', '<Cmd>ClangdSwitchSourceHeader<cr>', {noremap=true})
end,
Expand Down

0 comments on commit ba4b755

Please sign in to comment.