quick add on niri
This commit is contained in:
parent
9ec0f2b20d
commit
1562c3b39b
69 changed files with 48 additions and 3226 deletions
|
|
@ -4,10 +4,12 @@
|
|||
plugins = {
|
||||
conform-nvim = {
|
||||
enable = true;
|
||||
settings.formatters_by_ft = {
|
||||
nix = [ "nixfmt" ];
|
||||
lua = [ "stylua" ];
|
||||
python = [ "ruff_format" ];
|
||||
settings = {
|
||||
formatters_by_ft = {
|
||||
nix = [ "nixfmt" ];
|
||||
lua = [ "stylua" ];
|
||||
python = [ "ruff_format" ];
|
||||
};
|
||||
format_on_save = {
|
||||
lsp_fallback = true;
|
||||
timeout_ms = 500;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue