Disable some helix config after new version
This commit is contained in:
@ -479,19 +479,20 @@ rec {
|
|||||||
helix = {
|
helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
languages = [
|
# NOTE: Syntax changed
|
||||||
{
|
# languages = [
|
||||||
name = "verilog";
|
# {
|
||||||
roots = [
|
# name = "verilog";
|
||||||
".svls.toml"
|
# roots = [
|
||||||
".svlint.toml"
|
# ".svls.toml"
|
||||||
];
|
# ".svlint.toml"
|
||||||
language-server = {
|
# ];
|
||||||
command = "svls";
|
# language-server = {
|
||||||
args = [];
|
# command = "svls";
|
||||||
};
|
# args = [];
|
||||||
}
|
# };
|
||||||
];
|
# }
|
||||||
|
# ];
|
||||||
|
|
||||||
# https://docs.helix-editor.com/configuration.html
|
# https://docs.helix-editor.com/configuration.html
|
||||||
settings = {
|
settings = {
|
||||||
@ -636,11 +637,10 @@ rec {
|
|||||||
enableUpdateCheck = false;
|
enableUpdateCheck = false;
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
alefragnani.bookmarks
|
alefragnani.bookmarks
|
||||||
alefragnani.project-manager
|
# alefragnani.project-manager # Not much sense with flake dev environments
|
||||||
bradlc.vscode-tailwindcss
|
bradlc.vscode-tailwindcss
|
||||||
christian-kohler.path-intellisense
|
christian-kohler.path-intellisense
|
||||||
codezombiech.gitignore
|
codezombiech.gitignore
|
||||||
# coenraads.bracket-pair-colorizer-2 # Not maintained
|
|
||||||
coolbear.systemd-unit-file
|
coolbear.systemd-unit-file
|
||||||
eamodio.gitlens
|
eamodio.gitlens
|
||||||
formulahendry.auto-rename-tag
|
formulahendry.auto-rename-tag
|
||||||
|
Reference in New Issue
Block a user