First build; Too many bugs...
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# Conform: Code formatter that runs external formatting tools
|
||||
# Automatically formats code on save for consistent style.
|
||||
programs.nixvim = {
|
||||
@@ -24,7 +25,7 @@
|
||||
# Install formatters
|
||||
extraPackages = with pkgs; [
|
||||
stylua
|
||||
nixfmt-classic
|
||||
nixfmt
|
||||
black
|
||||
rustfmt
|
||||
prettierd
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.nixvim.homeModules.nixvim
|
||||
./treesitter.nix
|
||||
./lint.nix
|
||||
./lsp.nix
|
||||
@@ -21,7 +22,6 @@
|
||||
home.packages = with pkgs; [
|
||||
nil
|
||||
biome
|
||||
nixfmt-rfc-style
|
||||
];
|
||||
|
||||
programs.nixvim = {
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
lua-language-server
|
||||
nil
|
||||
rust-analyzer
|
||||
python311Packages.python-lsp-server
|
||||
python314Packages.python-lsp-server
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user