Updated colors to be more bland lol
This commit is contained in:
parent
e648ce6d7d
commit
9639e69920
2 changed files with 48 additions and 19 deletions
|
|
@ -13,12 +13,11 @@ return require("packer").startup(function(use)
|
|||
use({"nvim-treesitter/nvim-treesitter", run = ":TSUpdate"})
|
||||
|
||||
-- Themes
|
||||
use {
|
||||
"Mofiqul/vscode.nvim",
|
||||
commit = "db9ee33"
|
||||
}
|
||||
use "aktersnurra/no-clown-fiesta.nvim"
|
||||
|
||||
-- Referencing a hex code highlights it in that color
|
||||
use "lilydjwg/colorizer"
|
||||
|
||||
-- Left-side file tree dispaly
|
||||
use {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
|
|
@ -55,6 +54,9 @@ return require("packer").startup(function(use)
|
|||
}
|
||||
}
|
||||
|
||||
-- Linting
|
||||
use "jose-elias-alvarez/null-ls.nvim"
|
||||
|
||||
-- Git wrapper
|
||||
use("tpope/vim-fugitive")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue