+nvim alejandra
This commit is contained in:
parent
78c51f3e8f
commit
cfd6084d26
@ -637,7 +637,7 @@ require('lazy').setup({
|
|||||||
},
|
},
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
lua = { 'stylua' },
|
lua = { 'stylua' },
|
||||||
nix = { 'alejandra -q -' },
|
nix = { 'alejandra -q' },
|
||||||
-- Conform can also run multiple formatters sequentially
|
-- Conform can also run multiple formatters sequentially
|
||||||
-- python = { "isort", "black" },
|
-- python = { "isort", "black" },
|
||||||
--
|
--
|
||||||
@ -752,6 +752,7 @@ require('lazy').setup({
|
|||||||
config = function()
|
config = function()
|
||||||
-- Load the colorscheme here.
|
-- Load the colorscheme here.
|
||||||
-- Like many other themes, this one has different styles, and you could load
|
-- Like many other themes, this one has different styles, and you could load
|
||||||
|
dotfiles,
|
||||||
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
||||||
vim.cmd.colorscheme 'dracula'
|
vim.cmd.colorscheme 'dracula'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user