Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
gbprod committed Oct 2, 2024
1 parent 28db195 commit 8205cd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lua/nord/config.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
local config = {}

local defaults = {
transparent = false, -- Enable this to disable setting the background color
terminal_colors = true, -- Configure the colors used when opening a `:terminal` in Neovim
diff = { mode = "bg" }, -- [bg|fg]
transparent = false, -- Enable this to disable setting the background color
terminal_colors = true, -- Configure the colors used when opening a `:terminal` in Neovim
diff = { mode = "bg" }, -- [bg|fg]
search = { theme = "vim" }, -- [vim|vscode]
borders = true,
errors = { mode = "bg" }, -- [bg|fg|none]
errors = { mode = "bg" }, -- [bg|fg|none]
-- Value is any valid attr-list value for `:help nvim_set_hl`
styles = {
comments = { italic = true },
Expand Down
2 changes: 1 addition & 1 deletion lua/nord/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function nord.load(opts)
require("nord.colors").daltonize(config.options.colorblind.severity)
end

require('nord.config').options.on_colors(require('nord.colors').palette)
require("nord.config").options.on_colors(require("nord.colors").palette)

vim.cmd([[ highlight clear ]])

Expand Down

0 comments on commit 8205cd4

Please # to comment.