Format files

This commit is contained in:
Akianonymus 2022-05-05 13:43:53 +05:30 committed by siduck
parent 382eb7c60e
commit 9472212cee
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ if not present then
return
end
local colors = require("base16").get_colors("base_30")
local colors = require("base16").get_colors "base_30"
local options = {
options = {

View File

@ -4,7 +4,7 @@ if not present then
return
end
local colors = require("base16").get_colors("base_30")
local colors = require("base16").get_colors "base_30"
local options = {
override = {

View File

@ -4,7 +4,7 @@ if not present then
return
end
local colors = require("base16").get_colors("base_30")
local colors = require("base16").get_colors "base_30"
local lsp = require "feline.providers.lsp"
local lsp_severity = vim.diagnostic.severity