feat(nvim): make golang a devshell

This commit is contained in:
matt1432 2025-06-01 11:27:05 -04:00
parent 8cd000fb6b
commit 3a687ae95c
19 changed files with 64 additions and 11 deletions
homeManagerModules/neovim/langs/python

View file

@ -14,6 +14,7 @@ in {
extraLuaConfig =
# lua
''
--
local lsp = require('lspconfig');
local default_capabilities = require('cmp_nvim_lsp').default_capabilities();