diff options
author | admin <contact@optics-design.com> | 2025-05-11 15:52:21 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-11 15:52:21 +0200 |
commit | 1d962afb57e616e283eb19373c1d2062ab656b50 (patch) | |
tree | e6856330491f0f6e0e01b7e89fe3b94a8d1a4375 /nvim/lua/plugins.lua | |
parent | a594f70a51e5636ad473fe7808b2247158300206 (diff) |
changed some things in the neovim config.
Diffstat (limited to 'nvim/lua/plugins.lua')
-rw-r--r-- | nvim/lua/plugins.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index a04187c..0c9acbb 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -116,7 +116,6 @@ require("lazy").setup({ ------------------------------------------------------------
-- LSP & COMPLETION
------------------------------------------------------------
-
-- LSP Base
{
"mason-org/mason.nvim",
|