diff options
author | 2025-06-07 02:23:45 +0000 | |
---|---|---|
committer | 2025-06-07 02:23:45 +0000 | |
commit | 9bf89c0eba6f5c7ba64aceb6430e2a90da4b325c (patch) | |
tree | 3ce5023a8e0cacf1c7ec0d9f0731b02bac158ac6 /init.lua | |
parent | 45df5266b0c032d1ad19ab7c0ebd9047aef97faa (diff) | |
download | nvim-9bf89c0eba6f5c7ba64aceb6430e2a90da4b325c.tar.gz nvim-9bf89c0eba6f5c7ba64aceb6430e2a90da4b325c.zip |
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ require("lazy").setup({ opts = {}, }, { "m4xshen/autoclose.nvim", opts = {} }, - { "phanviet/vim-monokai-pro" }, + { "nyoom-engineering/oxocarbon.nvim" }, { "neovim/nvim-lspconfig" }, { 'hrsh7th/cmp-nvim-lsp' }, { 'hrsh7th/cmp-buffer' }, |