From 444fad2662749ec6ab306fce7170bc0ea563f5c8 Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Tue, 7 Jan 2025 13:47:00 -0500 Subject: monokai --- init.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 0e85cb8..b5ead91 100644 --- a/init.lua +++ b/init.lua @@ -30,7 +30,7 @@ require("lazy").setup({ opts = {}, }, { "m4xshen/autoclose.nvim", opts = {} }, - { "junegunn/seoul256.vim" }, + { "phanviet/vim-monokai-pro" }, { "neovim/nvim-lspconfig" }, { 'hrsh7th/cmp-nvim-lsp' }, { 'hrsh7th/cmp-buffer' }, @@ -39,6 +39,10 @@ require("lazy").setup({ { 'hrsh7th/nvim-cmp' }, { 'L3MON4D3/LuaSnip' }, { 'lervag/vimtex', lazy = false }, + { + 'preservim/vim-markdown', + dependencies = { 'godlygeek/tabular' }, + }, { 'nvim-lualine/lualine.nvim', dependencies = { 'nvim-tree/nvim-web-devicons' }, @@ -47,7 +51,7 @@ require("lazy").setup({ }, -- Configure any other settings here. See the documentation for more details. -- colorscheme that will be used when installing plugins. - install = { colorscheme = { "seoul256" } }, + install = { colorscheme = { "monokai" } }, -- automatically check for plugin updates checker = { enabled = true, notify = false }, }) -- cgit v1.2.3-54-g00ecf