mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
copilot: disable until I actually have the will power to fix it :p
This commit is contained in:
parent
30c6c69557
commit
bb6c005380
8 changed files with 33 additions and 194 deletions
|
|
@ -2,7 +2,6 @@ require('conform').setup {
|
|||
formatters_by_ft = {
|
||||
lua = { 'stylua' },
|
||||
nix = { 'alejandra' },
|
||||
-- java = { "google-java-format" },
|
||||
-- Conform will run multiple formatters sequentially
|
||||
-- python = { "isort", "black" },
|
||||
-- You can customize some of the format options for the filetype (:help conform.format)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue