mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
improved colorscheme setup
This commit is contained in:
parent
0afdb12d5e
commit
01458069c1
11 changed files with 76 additions and 952 deletions
|
|
@ -46,7 +46,9 @@ require('packer').startup(function(use)
|
|||
use 'lewis6991/gitsigns.nvim'
|
||||
|
||||
--[[ use 'navarasu/onedark.nvim' -- Theme inspired by Atom ]]
|
||||
use 'tanvirtin/monokai.nvim' -- Monokai theme
|
||||
-- use 'tanvirtin/monokai.nvim' -- Monokai theme
|
||||
use 'Th3Whit3Wolf/one-nvim'
|
||||
|
||||
use 'nvim-lualine/lualine.nvim' -- Fancier statusline
|
||||
use 'lukas-reineke/indent-blankline.nvim' -- Add indentation guides even on blank lines
|
||||
use 'numToStr/Comment.nvim' -- "gc" to comment visual regions/lines
|
||||
|
|
@ -125,7 +127,7 @@ vim.wo.signcolumn = 'yes'
|
|||
|
||||
-- Set colorscheme
|
||||
vim.o.termguicolors = true
|
||||
vim.cmd [[colorscheme monokai]]
|
||||
vim.cmd [[colorscheme one-nvim]]
|
||||
|
||||
-- Set completeopt to have a better completion experience
|
||||
vim.o.completeopt = 'menuone,noselect'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue