fix: system update

This commit is contained in:
2024-07-24 22:20:22 +02:00
parent 9b38825bfe
commit 1ccda0daaa
3 changed files with 11 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;
};

View File

@@ -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";