Complete overhaul of repo structure based on nvix. See https://github.com/niksingh710/nvix Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
6 lines
90 B
Nix
6 lines
90 B
Nix
{
|
|
plugins.lsp.servers = {
|
|
rubocop.enable = true;
|
|
ruby_lsp.enable = true;
|
|
};
|
|
}
|