diff options
author | Squibid <me@zacharyscheiman.com> | 2023-10-22 19:41:12 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-10-22 19:41:12 -0400 |
commit | 66d18beec92078dd2ed6104716b4e8eebacb67a3 (patch) | |
tree | 0f60f1680d8d37557ec0b02aa9f954344f11db4c /lua/core/plugins.lua | |
parent | 274091478134d56aa61c60373215f475651188bb (diff) | |
download | nvim-66d18beec92078dd2ed6104716b4e8eebacb67a3.tar.gz nvim-66d18beec92078dd2ed6104716b4e8eebacb67a3.tar.bz2 nvim-66d18beec92078dd2ed6104716b4e8eebacb67a3.zip |
remove dap cause idk how to auto configure it
Diffstat (limited to 'lua/core/plugins.lua')
-rw-r--r-- | lua/core/plugins.lua | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 9309a10..05a5eee 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -124,14 +124,11 @@ require 'dep' { url = 'https://git.sr.ht/~whynothugo/lsp_lines.nvim', }, - -- dap + lsp + linter + formatter installer --------------------------------- + -- mason -------------------------------------------------------------------- { 'williamboman/mason.nvim', deps = { 'WhoIsSethDaniel/mason-tool-installer.nvim', 'williamboman/mason-lspconfig.nvim', } - }, - { 'mfussenegger/nvim-dap', - deps = 'rcarriga/nvim-dap-ui' - }, + } } |