minor updates and such
This commit is contained in:
parent
7bc48c6df4
commit
7d66dea176
6 changed files with 39 additions and 17 deletions
|
|
@ -1,6 +1,6 @@
|
|||
require("lualine").setup({
|
||||
options = {
|
||||
theme = "onedark",
|
||||
theme = "tokyonight",
|
||||
tabline = {
|
||||
lualine_a = { "buffers" },
|
||||
lualine_b = { "branch" },
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue