diff options
| author | kkard2 <[email protected]> | 2024-02-13 18:25:41 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-02-13 18:25:41 +0100 |
| commit | 27b9a562124ac58d4f018d4fc9e171e4ca4fedad (patch) | |
| tree | 28fb442901c78d9cceac063bbc8be6c5794570a6 /nvim | |
| parent | d822a5c751e78e086168809404509c4470bf8782 (diff) | |
ok i'm using mason i can't anymore
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/init.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index 7cd854a..1286014 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -217,6 +217,12 @@ require("lazy").setup({ }) end }, + { + "williamboman/mason.nvim", + config = function() + require("mason").setup() + end, + }, { "hrsh7th/cmp-nvim-lsp" }, { "hrsh7th/nvim-cmp", |
