mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +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