]> git.frustrated-labs.net Git - dotfiles.git/commitdiff
nvim: configure ccls lsp for c++ main
authorAlexander Goussas <[email protected]>
Sat, 27 Jun 2026 16:36:41 +0000 (11:36 -0500)
committerAlexander Goussas <[email protected]>
Sat, 27 Jun 2026 16:36:41 +0000 (11:36 -0500)
ghostty/.config/ghostty/config
nvim/.config/nvim/lua/plugins/lsp.lua
zsh/.zshrc

index 2d31efa5f77978efcff51b6e64fb153e0a959b80..b5257937034fc684759f24e39bb94ad869609946 100644 (file)
@@ -6,8 +6,8 @@ quit-after-last-window-closed = true
 
 # ==== Font
 #
 
 # ==== Font
 #
-#font-family = Hasklug Nerd Font Mono
-font-family = Cartograph CF
+font-family = Hasklug Nerd Font Mono
+#font-family = Cartograph CF
 font-size = 15
 
 # ==== Cursor
 font-size = 15
 
 # ==== Cursor
index 311d02bd29a346a33e4422229a6abeb4495292d6..c64402d2201ce54f9599b82f4dec29c07382683f 100644 (file)
@@ -3,7 +3,7 @@ return {
     "neovim/nvim-lspconfig",
     config = function()
       -- Language servers
     "neovim/nvim-lspconfig",
     config = function()
       -- Language servers
-      for _, l in ipairs({'gopls', 'templ', 'ts_ls', 'rust_analyzer'}) do
+      for _, l in ipairs({'gopls', 'templ', 'ts_ls', 'rust_analyzer', 'ccls'}) do
         vim.lsp.enable(l)
         vim.lsp.config(l, {})
       end
         vim.lsp.enable(l)
         vim.lsp.config(l, {})
       end
index 7898c91d0f0a60b09d199fcda95ad7604e438d21..11628608263bafa648abc92325c7de9bbb027501 100644 (file)
@@ -70,3 +70,6 @@ function logo() {
 }
 
 alias k='kubectl'
 }
 
 alias k='kubectl'
+
+$(gcloud beta emulators pubsub env-init)
+export NODE_EXTRA_CA_CERTS=~/certs/corporate-ca.pem