Skip to content

Commit 1eef325

Browse files
committed
added monokai themeing
1 parent d452633 commit 1eef325

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ vim.g.mapleader = ' '
9191
vim.g.maplocalleader = ' '
9292

9393
-- Set to true if you have a Nerd Font installed and selected in the terminal
94-
vim.g.have_nerd_font = false
94+
vim.g.have_nerd_font = true
9595

9696
-- [[ Setting options ]]
9797
-- See `:help vim.opt`
@@ -230,7 +230,7 @@ vim.opt.rtp:prepend(lazypath)
230230
require('lazy').setup({
231231
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
232232
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
233-
233+
'loctvl842/monokai-pro.nvim',
234234
-- NOTE: Plugins can also be added by using a table,
235235
-- with the first argument being the link and the following
236236
-- keys can be used to configure plugin behavior/loading/etc.
@@ -831,7 +831,7 @@ require('lazy').setup({
831831
-- Load the colorscheme here.
832832
-- Like many other themes, this one has different styles, and you could load
833833
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
834-
vim.cmd.colorscheme 'tokyonight-night'
834+
vim.cmd.colorscheme 'monokai-pro-default'
835835

836836
-- You can configure highlights by doing something like:
837837
vim.cmd.hi 'Comment gui=none'

0 commit comments

Comments
 (0)