Compare commits

..

No commits in common. "43586edf29d2f682c689f587180288968d873758" and "5748b1d3d9cf502057efa9054834f4f6f80e1b60" have entirely different histories.

2 changed files with 2 additions and 17 deletions

View file

@ -1,4 +1,4 @@
{ globalData, pkgs, ... }:
{ globalData, ... }:
{
imports = [
@ -31,13 +31,4 @@
virtualisation.docker.enable = true;
# Torrent client
services.transmission.enable = true;
services.ollama = {
enable = true;
package = pkgs.unstable.ollama;
};
environment.systemPackages = with pkgs.unstable; [
oterm
];
}

View file

@ -25,7 +25,7 @@ in
vim.opt = {
list = true;
formatoptions = "croqnlj";
formatoptions = "croqanlj";
};
buffer.filetype = {
@ -73,12 +73,6 @@ in
# Enable fast navigation between windows
vim.keymap.set = map (k: { mode = "n"; lhs = ctrl k; rhs = "${ctrl "w"}${k}"; }) [ "h" "l" "j" "k" ];
plugin.ollama-nvim = {
enable = true;
name = "ollama";
setupSettings = { };
};
plugin.nlsp-settings-nvim = {
enable = true;
name = "nlspsettings";