fmt(neovim): stylua
This commit is contained in:
parent
1929a53229
commit
97b2bb0d4f
11 changed files with 1190 additions and 1117 deletions
|
|
@ -1,14 +1,14 @@
|
|||
vim.opt.background = 'dark'
|
||||
vim.g.colors_name = 'jdkaplan-cool'
|
||||
vim.opt.background = "dark"
|
||||
vim.g.colors_name = "jdkaplan-cool"
|
||||
|
||||
vim.o.termguicolors = true
|
||||
|
||||
local pkg = 'jdkaplan.cool_theme'
|
||||
local pkg = "jdkaplan.cool_theme"
|
||||
|
||||
-- Clear the Lua cache for the theme package to force it to load every time.
|
||||
package.loaded[pkg] = nil
|
||||
|
||||
local lush = require('lush')
|
||||
local lush = require("lush")
|
||||
local theme = require(pkg)
|
||||
|
||||
lush(theme)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue