neovim.nix

{ config, lib, pkgs, ... }: let perlPkgs = with pkgs.perl532Packages; [ Appcpanminus ArchiveZip ]; in { home.packages = with pkgs; [ perl perl534Packages.Appcpanminus perl534Packages.ArchiveZip tree-sitter languagetool ]; programs.neovim = { enable = true; #package = pkgs.neovim-nightly/*.neovim-nightly*//*.neovim*/; withNodeJs = true; withPython3 = true; withRuby = true; coc = { enable = true; settings = { languageserver = { nix = { command = "rnix-lsp"; filetypes = [ "nix" ]; }; }; }; }; vimAlias = true; plugins = with pkgs....

1 min · Wyatt Osterling

emacs

0 min · Wyatt Osterling