Modules/Neovim: Add TextCSV_XS perl plugin
This commit is contained in:
@ -84,6 +84,12 @@ in {
|
|||||||
(lib.mkIf pkgs.stdenv.isLinux {
|
(lib.mkIf pkgs.stdenv.isLinux {
|
||||||
generateCompletions = nixosConfig.programs.fish.generateCompletions;
|
generateCompletions = nixosConfig.programs.fish.generateCompletions;
|
||||||
|
|
||||||
|
# TODO: There's a bug with the direnv mechanism:
|
||||||
|
# - When leaving an env, it unloads (good)
|
||||||
|
# - When entering another env, it loads (good)
|
||||||
|
# - When leaving this one, it doesn't unload (bad)
|
||||||
|
# - When entering leaving it again, it works...
|
||||||
|
# This only happens sometimes, is there a race condition?
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
yes | fish_config theme save "system-theme"
|
yes | fish_config theme save "system-theme"
|
||||||
|
|||||||
@ -102,6 +102,7 @@ in {
|
|||||||
DBI
|
DBI
|
||||||
DBDMariaDB
|
DBDMariaDB
|
||||||
CursesUI
|
CursesUI
|
||||||
|
TextCSV_XS
|
||||||
]))
|
]))
|
||||||
|
|
||||||
(python314.withPackages (p:
|
(python314.withPackages (p:
|
||||||
|
|||||||
@ -633,10 +633,12 @@ in {
|
|||||||
{
|
{
|
||||||
matches = [{app-id = "obsidian";}];
|
matches = [{app-id = "obsidian";}];
|
||||||
open-on-workspace = "3";
|
open-on-workspace = "3";
|
||||||
|
open-maximized = true;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
matches = [{app-id = "Zotero";}];
|
matches = [{app-id = "Zotero";}];
|
||||||
open-on-workspace = "3";
|
open-on-workspace = "3";
|
||||||
|
open-maximized = true;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
matches = [{app-id = "firefox";}];
|
matches = [{app-id = "firefox";}];
|
||||||
|
|||||||
Reference in New Issue
Block a user