Compare commits

..

No commits in common. "afbf17321d44f3bb05d37a88f1907a1a1843b4f7" and "06c3950a97c0fe07529bd77a834513d1bcac9a31" have entirely different histories.

2 changed files with 1 additions and 17 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, config, ... }: { config, ... }:
{ {
programs.neovim = { programs.neovim = {
enable = true; enable = true;
@ -11,8 +11,4 @@
# Copy Neovim config # Copy Neovim config
xdg.configFile.nvim.source = config.lib.file.mkOutOfStoreSymlink xdg.configFile.nvim.source = config.lib.file.mkOutOfStoreSymlink
"${config.home.homeDirectory}/Projects/nix-dots/user/modules/nvim"; "${config.home.homeDirectory}/Projects/nix-dots/user/modules/nvim";
home.packages = with pkgs; [
ripgrep
];
} }

View File

@ -1,12 +0,0 @@
return {
{
"neovim/nvim-lspconfig",
---@class PluginLspOpts
opts = {
---@type lspconfig.options
servers = {
nil_ls = {},
},
},
},
}