Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 398745443d |
@@ -1,3 +1,4 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
config = {
|
config = {
|
||||||
extraConfigLuaPre =
|
extraConfigLuaPre =
|
||||||
@@ -41,7 +42,12 @@
|
|||||||
|
|
||||||
plugins.conform-nvim = {
|
plugins.conform-nvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoInstall.enable = true;
|
autoInstall = {
|
||||||
|
enable = true;
|
||||||
|
overrides = {
|
||||||
|
"terraform_fmt" = pkgs.asdf-vm;
|
||||||
|
};
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
default_format_opts.lsp_format = "fallback";
|
default_format_opts.lsp_format = "fallback";
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
|
|||||||
Reference in New Issue
Block a user