mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-11 01:01:54 +05:30
add rust and golang with debugger
This commit is contained in:
5
pkgs/nvchad/nvim/lua/configs/go.lua
Normal file
5
pkgs/nvchad/nvim/lua/configs/go.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
require("go").setup({
|
||||
trouble = true,
|
||||
icons = { breakpoint = "", currentpos = "" },
|
||||
gocoverage_sign = "│",
|
||||
})
|
Reference in New Issue
Block a user