mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
feat: remove project-nvim
This commit is contained in:
@@ -184,11 +184,6 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
project-nvim = {
|
|
||||||
enable = true;
|
|
||||||
enableTelescope = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
telescope = {
|
telescope = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keymaps = {
|
keymaps = {
|
||||||
|
|||||||
@@ -57,13 +57,6 @@
|
|||||||
mode = "n";
|
mode = "n";
|
||||||
action = ":Telescope harpoon marks<CR>";
|
action = ":Telescope harpoon marks<CR>";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
key = "<leader>fp";
|
|
||||||
mode = "n";
|
|
||||||
options.silent = true;
|
|
||||||
lua = true;
|
|
||||||
action = "require('telescope').extensions.projects.projects";
|
|
||||||
}
|
|
||||||
# LSP Actions
|
# LSP Actions
|
||||||
{
|
{
|
||||||
key = "<leader>sa";
|
key = "<leader>sa";
|
||||||
|
|||||||
Reference in New Issue
Block a user