Update colour theme and nvimtree config
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
require("catppuccin").setup {
|
||||
integrations = {
|
||||
lsp_trouble = true,
|
||||
which_key = true,
|
||||
barbar = true
|
||||
}
|
||||
}
|
||||
|
||||
vim.cmd[[colorscheme catppuccin]]
|
||||
@@ -1,6 +1,6 @@
|
||||
require("lualine").setup {
|
||||
options = {
|
||||
theme = "catppuccin"
|
||||
theme = "tokyonight"
|
||||
},
|
||||
|
||||
extensions = {
|
||||
|
||||
@@ -1,12 +1,6 @@
|
||||
local g = vim.g
|
||||
|
||||
g.nvim_tree_git_hl = 1
|
||||
g.nvim_tree_highlight_opened_files = 1
|
||||
g.nvim_tree_group_empty = 1
|
||||
g.nvim_tree_create_in_closed_folder = 1
|
||||
|
||||
require("nvim-tree").setup {
|
||||
disable_netrw = true,
|
||||
create_in_closed_folder = true,
|
||||
hijack_cursor = true,
|
||||
update_cwd = true,
|
||||
|
||||
@@ -15,6 +9,9 @@ require("nvim-tree").setup {
|
||||
},
|
||||
|
||||
renderer = {
|
||||
highlight_git = true,
|
||||
highlight_opened_files = "all",
|
||||
group_empty = true,
|
||||
indent_markers = {
|
||||
enable = true
|
||||
}
|
||||
|
||||
5
lua/plugins/config/tokyonight.lua
Normal file
5
lua/plugins/config/tokyonight.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
local g = vim.g
|
||||
|
||||
vim.g.tokyonight_italic_functions = true
|
||||
|
||||
vim.cmd[[colorscheme tokyonight]]
|
||||
Reference in New Issue
Block a user