Compare commits
No commits in common. "afbf17321d44f3bb05d37a88f1907a1a1843b4f7" and "06c3950a97c0fe07529bd77a834513d1bcac9a31" have entirely different histories.
afbf17321d
...
06c3950a97
@ -1,4 +1,4 @@
|
||||
{ pkgs, config, ... }:
|
||||
{ config, ... }:
|
||||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
@ -11,8 +11,4 @@
|
||||
# Copy Neovim config
|
||||
xdg.configFile.nvim.source = config.lib.file.mkOutOfStoreSymlink
|
||||
"${config.home.homeDirectory}/Projects/nix-dots/user/modules/nvim";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
ripgrep
|
||||
];
|
||||
}
|
||||
|
@ -1,12 +0,0 @@
|
||||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
---@class PluginLspOpts
|
||||
opts = {
|
||||
---@type lspconfig.options
|
||||
servers = {
|
||||
nil_ls = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user