Compare commits
No commits in common. "8c70ffcc1f4b54eaa82611eff26c5c102e707e61" and "6833c1d99f6fa82dcc9937f269a1ee7a955d9ea9" have entirely different histories.
8c70ffcc1f
...
6833c1d99f
3 changed files with 2 additions and 12 deletions
|
@ -2,5 +2,4 @@ require("user.options")
|
|||
require("user.keymaps")
|
||||
require("user.plugins")
|
||||
--vim.cmd[[colorscheme Spacedust]]
|
||||
--vim.cmd([[colorscheme gruvbox]])
|
||||
vim.cmd[[colorscheme nord]]
|
||||
vim.cmd([[colorscheme gruvbox]])
|
||||
|
|
|
@ -14,11 +14,3 @@ vim.opt.termguicolors = true -- enables 24-bit color
|
|||
vim.opt.splitbelow = true -- new horizontal splits go below
|
||||
vim.opt.splitright = true -- new vertical splits go right
|
||||
vim.opt.background = "dark"
|
||||
|
||||
-- nord theme options
|
||||
vim.g.nord_contrast = true
|
||||
vim.g.nord_borders = true
|
||||
vim.g.nord_disable_background = true
|
||||
vim.g.nord_italic = false
|
||||
vim.g.nord_uniform_diff_background = true
|
||||
vim.g.nord_bold = false
|
||||
|
|
|
@ -29,7 +29,7 @@ return require('packer').startup(function(use)
|
|||
|
||||
-- Themes
|
||||
use 'folke/tokyonight.nvim'
|
||||
use 'shaunsingh/nord.nvim'
|
||||
|
||||
use { "ellisonleao/gruvbox.nvim" }
|
||||
|
||||
use 'numToStr/Comment.nvim'
|
||||
|
@ -87,6 +87,5 @@ return require('packer').startup(function(use)
|
|||
|
||||
-- bufferline setup
|
||||
require 'bufferline'.setup()
|
||||
|
||||
|
||||
end)
|
||||
|
|
Loading…
Add table
Reference in a new issue