diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/user/desktop/sessions/sway.nix | 12 | ||||
| -rw-r--r-- | modules/user/editors/kakoune/default.nix | 20 |
2 files changed, 6 insertions, 26 deletions
diff --git a/modules/user/desktop/sessions/sway.nix b/modules/user/desktop/sessions/sway.nix index c6285ea..cd9cdf1 100644 --- a/modules/user/desktop/sessions/sway.nix +++ b/modules/user/desktop/sessions/sway.nix @@ -239,12 +239,12 @@ seat."seat0".xcursor_theme = "catppuccin-mocha-dark-cursors 24"; window = { commands = [ - { - command = "floating enable"; - criteria = { - class = "^Minecraft"; - }; - } + { + command = "floating enable"; + criteria = { + class = "^Minecraft"; + }; + } ]; titlebar = false; }; diff --git a/modules/user/editors/kakoune/default.nix b/modules/user/editors/kakoune/default.nix index 07a2461..f3c7dcb 100644 --- a/modules/user/editors/kakoune/default.nix +++ b/modules/user/editors/kakoune/default.nix @@ -29,26 +29,6 @@ name = "BufCreate"; option = ".*\.mcmeta"; } - { - commands = '' - set buffer lsp_servers %{ - [vscode-json-language-server] - args = ["--stdio"] - root_globs = [".git"] - settings_section = "_" - [[vscode-json-language-server.settings._]] - provideFormatter = true - json.format.enable = true - json.validate.enabble = true - - [[vscode-json-language-server.settings._.json.schemas]] - fileMatch = ["fabric.mod.json"] - url = "https://www.schemastore.org/fabric.mod.json" - } - ''; - name = "BufSetOption"; - option = "filetype=json"; - } ]; indentWidth = 0; |
