Format files
This commit is contained in:
parent
382eb7c60e
commit
9472212cee
|
@ -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 = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue