Format files

navigator
Akianonymus 2 years ago committed by siduck
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…
Cancel
Save