Format files
This commit is contained in:
parent
382eb7c60e
commit
9472212cee
|
@ -3,7 +3,7 @@ if not present then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local colors = require("base16").get_colors("base_30")
|
local colors = require("base16").get_colors "base_30"
|
||||||
|
|
||||||
local options = {
|
local options = {
|
||||||
options = {
|
options = {
|
||||||
|
|
|
@ -4,7 +4,7 @@ if not present then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local colors = require("base16").get_colors("base_30")
|
local colors = require("base16").get_colors "base_30"
|
||||||
|
|
||||||
local options = {
|
local options = {
|
||||||
override = {
|
override = {
|
||||||
|
|
|
@ -4,7 +4,7 @@ if not present then
|
||||||
return
|
return
|
||||||
end
|
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 = require "feline.providers.lsp"
|
||||||
local lsp_severity = vim.diagnostic.severity
|
local lsp_severity = vim.diagnostic.severity
|
||||||
|
|
Loading…
Reference in New Issue