mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
fix nixd encoding
This commit is contained in:
@@ -9,7 +9,11 @@
|
|||||||
gopls.enable = true;
|
gopls.enable = true;
|
||||||
nixd = {
|
nixd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraOptions = { expr = "import <nixpkgs> {}"; };
|
extraOptions = {
|
||||||
|
expr = "import <nixpkgs> {}";
|
||||||
|
# FIX: Encoding: https://github.com/nix-community/nixvim/issues/2390
|
||||||
|
offset_encoding = "utf-8";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
tailwindcss.enable = true;
|
tailwindcss.enable = true;
|
||||||
html.enable = true;
|
html.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user