add nix lsp

This commit is contained in:
2025-01-26 21:27:14 -05:00
parent 7218ee7b7d
commit 286ae5375c
11 changed files with 12 additions and 23 deletions

View File

@@ -1,5 +1,3 @@
{ config, pkgs, ... }:
{
programs.readline = {
enable = true;
@@ -9,5 +7,4 @@
set vi-cmd-mode-string \1\e[01;38;5;22;48;5;148m\2 C \1\e[38;5;148;48;5;238m\2\1\e[0m\2
'';
};
}