diff options
| author | Joe <rrbo@proton.me> | 2023-09-28 12:05:43 +0200 | 
|---|---|---|
| committer | Joe <rrbo@proton.me> | 2023-09-28 12:05:43 +0200 | 
| commit | 4579a98d6cf8eedfb2261528d0ce96cce06cb525 (patch) | |
| tree | 8113b22f7de15ba650d7cc51f22fc9d6e9e671c9 /.config/nvim/after/plugin | |
| parent | up (diff) | |
| download | dotfiles-bsd-4579a98d6cf8eedfb2261528d0ce96cce06cb525.tar.gz dotfiles-bsd-4579a98d6cf8eedfb2261528d0ce96cce06cb525.tar.bz2 dotfiles-bsd-4579a98d6cf8eedfb2261528d0ce96cce06cb525.tar.xz dotfiles-bsd-4579a98d6cf8eedfb2261528d0ce96cce06cb525.tar.zst dotfiles-bsd-4579a98d6cf8eedfb2261528d0ce96cce06cb525.zip | |
up
Diffstat (limited to '')
| -rw-r--r-- | .config/nvim/after/plugin/lsp.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.config/nvim/after/plugin/lsp.lua b/.config/nvim/after/plugin/lsp.lua index 9a423d3..7ea5b5c 100644 --- a/.config/nvim/after/plugin/lsp.lua +++ b/.config/nvim/after/plugin/lsp.lua @@ -104,7 +104,7 @@ lspconfig.ccls.setup {  			threads = 0;  		};  		clang = { -			excludeArgs = { "-frounding-math"} ; +			excludeArgs = { "-frounding-math" } ;  		};  	}  } | 
