Format workspace with CodeFormat
This commit is contained in:
@@ -14,19 +14,19 @@
|
||||
limitations under the License.
|
||||
]]
|
||||
|
||||
require('kanagawa').setup({
|
||||
undercurl = true, -- enable undercurls
|
||||
commentStyle = { italic = true },
|
||||
require("kanagawa").setup({
|
||||
undercurl = true, -- enable undercurls
|
||||
commentStyle = { italic = true, },
|
||||
functionStyle = {},
|
||||
keywordStyle = {},
|
||||
statementStyle = { bold = true },
|
||||
statementStyle = { bold = true, },
|
||||
typeStyle = {},
|
||||
variablebuiltinStyle = {},
|
||||
specialReturn = true, -- special highlight for the return keyword
|
||||
specialException = true, -- special highlight for exception handling keywords
|
||||
transparent = false, -- do not set background color
|
||||
dimInactive = true, -- dim inactive window `:h hl-NormalNC`
|
||||
globalStatus = true, -- adjust window separators highlight for laststatus=3
|
||||
specialReturn = true, -- special highlight for the return keyword
|
||||
specialException = true, -- special highlight for exception handling keywords
|
||||
transparent = false, -- do not set background color
|
||||
dimInactive = true, -- dim inactive window `:h hl-NormalNC`
|
||||
globalStatus = true, -- adjust window separators highlight for laststatus=3
|
||||
colors = {},
|
||||
overrides = {},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user