add mason and nvim-dap
This commit is contained in:
parent
d06df9d56d
commit
246e6cc507
4 changed files with 13 additions and 0 deletions
3
init.lua
3
init.lua
|
|
@ -12,6 +12,8 @@ end
|
|||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
require("lazy").setup("plugins")
|
||||
require("mason").setup()
|
||||
require("mason-lspconfig").setup()
|
||||
|
||||
-- My user settings:
|
||||
vim.opt.number = true
|
||||
|
|
@ -26,3 +28,4 @@ vim.cmd([[colorscheme everforest]])
|
|||
local lspconfig = require('lspconfig')
|
||||
lspconfig.pylsp.setup{}
|
||||
lspconfig.clangd.setup{}
|
||||
lspconfig.gopls.setup{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue