diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | 134bdfe237085e86d35c479c209edc9bb5afacaa (patch) | |
| tree | 9b1cf18b18c58231dbab56b422f5b87c5509ae8e /.config/nvim/lua | |
| parent | faef0309b5f2ddd251afc7ff973be9f95eb18577 (diff) | |
Switch i3 theme to pink rather than yellow
Diffstat (limited to '.config/nvim/lua')
| -rw-r--r-- | .config/nvim/lua/plugin/lsp.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugin/lsp.lua b/.config/nvim/lua/plugin/lsp.lua index e13e54b..2e80d3f 100644 --- a/.config/nvim/lua/plugin/lsp.lua +++ b/.config/nvim/lua/plugin/lsp.lua @@ -5,6 +5,8 @@ lsp.preset("recommended") lspconfig.lua_ls.setup {} lspconfig.clangd.setup {} +lspconfig.gdscript.setup {} + require('mason').setup {} require('mason-lspconfig').setup { |
