add: marksman language server
This commit is contained in:
parent
2f27ddf42c
commit
0a6600b3a0
2 changed files with 5 additions and 7 deletions
|
|
@ -1,10 +1,5 @@
|
||||||
# Personal nix config
|
# Personal nix config
|
||||||
*ook ook*
|
*ook ook*
|
||||||
|
|
||||||
TODO:
|
|
||||||
|
|
||||||
- [ ] sops
|
|
||||||
- [ ] impermanence
|
|
||||||
- [ ] fix tre alias/funtion
|
|
||||||
- [ ] add spotify-player configuration
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
inherit (config) colorscheme;
|
inherit (config) colorscheme;
|
||||||
in
|
in
|
||||||
|
|
@ -7,6 +7,9 @@ in
|
||||||
home.sessionVariables.EDITOR = "hx";
|
home.sessionVariables.EDITOR = "hx";
|
||||||
home.sessionVariables.VISUAL = "hx";
|
home.sessionVariables.VISUAL = "hx";
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
marksman
|
||||||
|
];
|
||||||
|
|
||||||
programs.helix = {
|
programs.helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue