mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-10 18:46:30 +00:00
fix: system update
This commit is contained in:
@@ -81,6 +81,8 @@
|
||||
surround.enable = true;
|
||||
which-key.enable = true;
|
||||
schemastore.enable = true;
|
||||
# TODO: looks weird with neovide
|
||||
# treesitter-context.enable = true;
|
||||
|
||||
lsp.servers = {
|
||||
html.enable = true;
|
||||
|
||||
@@ -16,7 +16,13 @@ in
|
||||
plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
indent = true;
|
||||
settings = {
|
||||
highlight = {
|
||||
additional_vim_regex_highlighting = true;
|
||||
enable = true;
|
||||
};
|
||||
indent.enable = true;
|
||||
};
|
||||
grammarPackages = pkgs.vimPlugins.nvim-treesitter.allGrammars;
|
||||
nixvimInjections = true;
|
||||
};
|
||||
|
||||
@@ -18,7 +18,8 @@ in
|
||||
time.timeZone = "Europe/Berlin";
|
||||
i18n = {
|
||||
inputMethod = {
|
||||
enabled = "ibus";
|
||||
enable = true;
|
||||
type = "ibus";
|
||||
ibus.engines = [ pkgs.ibus-engines.anthy ];
|
||||
};
|
||||
defaultLocale = "en_GB.UTF-8";
|
||||
|
||||
Reference in New Issue
Block a user