diff options
| author | Leander <80996591+m0ntagur@users.noreply.github.com> | 2022-08-13 00:28:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-13 00:28:05 +0200 |
| commit | e5d4605dab5274db036a5edbd0d31012158e8d20 (patch) | |
| tree | 5b21d66154c0cac4f2e8410da254c3b738156a87 | |
| parent | afbf49f0a65a0ea77ecba455f17f592efe3089d8 (diff) | |
Delete mason.lua
| -rw-r--r-- | mason.lua | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/mason.lua b/mason.lua deleted file mode 100644 index 91952e4..0000000 --- a/mason.lua +++ /dev/null @@ -1,24 +0,0 @@ -local status, mason = pcall(require, 'mason')
-if (not status) then return end
-
-local status2, masonlspconfig = pcall(require, 'mason-lspconfig')
-if (not status2) then return end
-
-mason.setup({
- ui = {
- icons = {
- package_installed = "✓",
- package_pending = "➜",
- package_uninstalled = "✗"
- }
- }
-})
-
-masonlspconfig.setup {
-
- ensure_installed = {},
-
- -- false: Servers are not automatically installed.
- -- true: All servers set up via lspconfig are automatically installed.
- automatic_installation = false,
-}
|
