mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
make nvim default editor
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ pkgs }:
|
||||
{
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
||||
options = {
|
||||
number = true;
|
||||
@@ -67,9 +68,6 @@
|
||||
};
|
||||
|
||||
none-ls.enable = true;
|
||||
lspsaga = {
|
||||
enable = true;
|
||||
};
|
||||
lsp-format.enable = true;
|
||||
lsp = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user