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