Skip to content

Commit

Permalink
Disable annoying header autoimport
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Sigmanificient committed Dec 21, 2023
1 parent ec20467 commit 0f05fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/nvim/lua/sigma/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ lspconfig.clangd.setup({
'clangd',
'--background-index',
'--offset-encoding=utf-16',
'--header-insertion=never',
'--clang-tidy',
'--cross-file-rename',
}
Expand Down

0 comments on commit 0f05fb3

Please sign in to comment.