mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 11:01:15 +00:00
dev: quick cleanup
This commit is contained in:
parent
242f52e248
commit
463e167eff
1 changed files with 5 additions and 4 deletions
|
@ -37,8 +37,10 @@
|
|||
|
||||
mainConfig = isMaximal: {
|
||||
config = {
|
||||
vim.viAlias = false;
|
||||
vim.vimAlias = true;
|
||||
vim = {
|
||||
viAlias = false;
|
||||
vimAlias = true;
|
||||
};
|
||||
vim.lsp = {
|
||||
enable = true;
|
||||
formatOnSave = true;
|
||||
|
@ -119,8 +121,7 @@
|
|||
gitsigns.enable = true;
|
||||
};
|
||||
vim.minimap = {
|
||||
# FIXME: this plugin has a dependency that needs to be installed
|
||||
minimap-vim.enable = false;
|
||||
minimap-vim.enable = false; # FIXME: this plugin has a dependency that needs to be installed
|
||||
codewindow.enable = true;
|
||||
};
|
||||
vim.dashboard = {
|
||||
|
|
Loading…
Reference in a new issue