diff --git a/lib/nixvim.nix b/lib/nixvim.nix index 48ae658..0b02f97 100644 --- a/lib/nixvim.nix +++ b/lib/nixvim.nix @@ -10,6 +10,7 @@ ${cmd} end''; in { + performance.byteCompileLua.enable = true; colorschemes.base16 = { enable = true; colorscheme = "gruvbox-dark-hard"; @@ -271,8 +272,12 @@ in { lsp = { enable = true; + inlayHints = true; servers = { ts_ls.enable = true; + eslint = { + enable = true; + }; nixd = { enable = true; settings = {