]> localhost Git - nvim.git/commitdiff
feat: clangd
authorJansen <[email protected]>
Sat, 12 Oct 2024 19:26:09 +0000 (15:26 -0400)
committerJansen <[email protected]>
Sat, 12 Oct 2024 19:26:20 +0000 (15:26 -0400)
init.lua

index 044b8eb8e3795ea08b0a6b072e91f47380074e5a..ec8ceae80640089c6f786523959e390901119d62 100644 (file)
--- a/init.lua
+++ b/init.lua
@@ -3,7 +3,6 @@ vim.opt.syntax      = 'on'
 vim.opt.colorcolumn = '81'
 vim.opt.clipboard   = 'unnamedplus'
 
-
 vim.opt.tabstop        = 2
 vim.opt.softtabstop    = 2
 vim.opt.shiftwidth     = 2
@@ -109,6 +108,7 @@ require("lazy").setup({
       }
       local automatic = {
         "ts_ls",
+        "clangd",
       }
 
       -- Install LSPs