From d08f62b5dcd4286d5eb8d21e81d85a501d313dd4 Mon Sep 17 00:00:00 2001 From: Ray Suliteanu Date: Tue, 25 Jun 2024 16:24:42 -0700 Subject: [PATCH] change color scheme and adjust treesitter required langs --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index a0a3ba4e..55a4ad41 100644 --- a/init.lua +++ b/init.lua @@ -784,7 +784,7 @@ require('lazy').setup({ -- Load the colorscheme here. -- Like many other themes, this one has different styles, and you could load -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'. - vim.cmd.colorscheme 'tokyonight-night' + vim.cmd.colorscheme 'darkblue' -- You can configure highlights by doing something like: vim.cmd.hi 'Comment gui=none' @@ -835,7 +835,7 @@ require('lazy').setup({ 'nvim-treesitter/nvim-treesitter', build = ':TSUpdate', opts = { - ensure_installed = { 'bash', 'c', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc', 'rust', 'java' }, + ensure_installed = { 'bash', 'c', 'lua', 'vim', 'vimdoc', 'rust', 'java' }, -- Autoinstall languages that are not installed auto_install = true, highlight = {