update theme and formatter
This commit is contained in:
parent
1a82dafa9a
commit
2c764ff60c
2
init.lua
2
init.lua
|
@ -700,7 +700,7 @@ require('lazy').setup({
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
lua = { 'stylua' },
|
lua = { 'stylua' },
|
||||||
-- Conform can also run multiple formatters sequentially
|
-- Conform can also run multiple formatters sequentially
|
||||||
-- python = { "isort", "black" },
|
python = { 'ruff_format' },
|
||||||
--
|
--
|
||||||
-- You can use 'stop_after_first' to run the first available formatter from the list
|
-- You can use 'stop_after_first' to run the first available formatter from the list
|
||||||
-- javascript = { "prettierd", "prettier", stop_after_first = true },
|
-- javascript = { "prettierd", "prettier", stop_after_first = true },
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
-- 'weygoldt/rose-pine-neovim',
|
'weygoldt/rose-pine-neovim',
|
||||||
'rose-pine/neovim',
|
-- 'rose-pine/neovim',
|
||||||
name = 'rose-pine',
|
name = 'rose-pine',
|
||||||
priority = 100,
|
priority = 100,
|
||||||
config = function()
|
config = function()
|
||||||
|
|
Loading…
Reference in New Issue