Add nvim config
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
"williamboman/mason.nvim",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"clangd",
|
||||
"codelldb",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user