(neovim) make plugins setup modular, huge changes to keymaps

This commit is contained in:
Bartek Stalewski 2025-06-28 01:11:53 +02:00
parent 99f699de06
commit 957ec52ca8
No known key found for this signature in database
9 changed files with 168 additions and 199 deletions

View file

@ -0,0 +1,10 @@
return {
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"lua-language-server",
"terraform-ls",
"tflint",
},
},
}