Configuration files

Fix server configuration being at the wrong key

karei c3c9f5e2 277dbe67

Changed files
+5 -5
.config
nvim
lua
plugins
+5 -5
.config/nvim/lua/plugins/lsp_config.lua
··· 2 2 "neovim/nvim-lspconfig", 3 3 opts = { 4 4 inlay_hints = { enabled = true }, 5 - }, 6 - ---@type lspconfig.options 7 - servers = { 8 - clangd = { 9 - mason = false, 5 + ---@type lspconfig.options 6 + servers = { 7 + clangd = { 8 + mason = false, 9 + }, 10 10 }, 11 11 }, 12 12 }