feat(nvim): Add otter.nvim (injected lsp)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
imports = [./servers.nix ./lint.nix];
|
||||
imports = [./servers.nix ./lint.nix ./otter.nix];
|
||||
|
||||
programs.nixvim = {
|
||||
plugins = {
|
||||
|
||||
8
home/editors/nvim/plugins/lsp/otter.nix
Normal file
8
home/editors/nvim/plugins/lsp/otter.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.nixvim.plugins.otter = {
|
||||
enable = true;
|
||||
settings = {
|
||||
handle_leading_whitespace = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user