Compare commits
No commits in common. "cb2a7698619d447e5086ee24ff04d4e99197f8ed" and "475b794b98c26cc58b3f3ada624ab05bb718b4b5" have entirely different histories.
cb2a769861
...
475b794b98
2 changed files with 2 additions and 9 deletions
|
|
@ -1,13 +1,6 @@
|
|||
vim.pack.add({
|
||||
{ src = "https://github.com/stevearc/conform.nvim" },
|
||||
})
|
||||
|
||||
require("conform").setup({
|
||||
formatters_by_ft = {
|
||||
nix = { "alejandra" },
|
||||
},
|
||||
})
|
||||
|
||||
vim.api.nvim_create_user_command("Format", function(args)
|
||||
local range = nil
|
||||
if args.count ~= -1 then
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"plugins": {
|
||||
"conform.nvim": {
|
||||
"rev": "8314f4c9e205e7f30b62147069729f9a1227d8bf",
|
||||
"rev": "4b713b9da0061a54750bfed457e190459be28c7b",
|
||||
"src": "https://github.com/stevearc/conform.nvim"
|
||||
},
|
||||
"lazydev.nvim": {
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
"src": "https://github.com/nvim-mini/mini.nvim"
|
||||
},
|
||||
"nvim-lspconfig": {
|
||||
"rev": "ac04ec3c2af08e9821b4eb64ede86072b9b213bf",
|
||||
"rev": "41ceb6bba3a40128b7841f5b7f5a9dae7201e823",
|
||||
"src": "https://github.com/neovim/nvim-lspconfig"
|
||||
},
|
||||
"nvim-treesitter": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue