mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-20 09:38:33 +02:00
Small improvements
This commit is contained in:
parent
8a3fe4fb0b
commit
2188a51eb0
4 changed files with 9 additions and 2 deletions
3
init.lua
3
init.lua
|
@ -772,6 +772,7 @@ require('lazy').setup({
|
|||
end,
|
||||
formatters_by_ft = {
|
||||
lua = { 'stylua' },
|
||||
htmlangular = { 'prettier' },
|
||||
-- Conform can also run multiple formatters sequentially
|
||||
-- python = { "isort", "black" },
|
||||
--
|
||||
|
@ -915,7 +916,7 @@ require('lazy').setup({
|
|||
config = function()
|
||||
require('everforest').setup {
|
||||
background = 'hard',
|
||||
ui_contrast = 'low',
|
||||
ui_contrast = 'high',
|
||||
}
|
||||
|
||||
-- Load the colorscheme here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue