minor updates and such

This commit is contained in:
Rahsheen Porter 2023-08-29 19:26:16 -04:00
parent 7bc48c6df4
commit 7d66dea176
6 changed files with 39 additions and 17 deletions

View file

@ -1,6 +1,6 @@
require("lualine").setup({
options = {
theme = "onedark",
theme = "tokyonight",
tabline = {
lualine_a = { "buffers" },
lualine_b = { "branch" },

View file

@ -30,6 +30,7 @@ null_ls.setup({
sources = {
formatting.prettier,
formatting.stylua,
null_ls.builtins.code_actions.gitsigns,
-- Here we set a conditional to call the rubocop formatter. If we have a Gemfile in the project, we call "bundle exec rubocop", if not we only call "rubocop".
conditional(function(utils)