File tree Expand file tree Collapse file tree 3 files changed +38
-33
lines changed
Expand file tree Collapse file tree 3 files changed +38
-33
lines changed Original file line number Diff line number Diff line change 77 home-manager . inputs . nixpkgs . follows = "nixpkgs" ;
88 vscode-server . url = "github:nix-community/nixos-vscode-server" ;
99 vscode-server . inputs . nixpkgs . follows = "nixpkgs" ;
10- nixvim = {
11- url = "github:nix-community/nixvim" ;
12- inputs . nixpkgs . follows = "nixpkgs" ;
13- } ;
10+ nixvim . url = "github:nix-community/nixvim" ;
11+ nixvim . inputs . nixpkgs . follows = "nixpkgs" ;
1412 nix-darwin . url = "github:LnL7/nix-darwin" ;
1513 nix-darwin . inputs . nixpkgs . follows = "nixpkgs" ;
1614
Original file line number Diff line number Diff line change 114114 lastplace . enable = true ;
115115 # Improved buffer deletion
116116 bufdelete . enable = true ;
117- notify . enable = true ;
117+ notify = {
118+ enable = true ;
119+ topDown = false ;
120+ } ;
118121 # Improved text wrapping
119122 wrapping . enable = true ;
120123 # Automatically saves and restores session state
156159 } ;
157160 # TypeScript language server
158161 ts_ls . enable = true ;
162+ tinymist . enable = true ;
159163 } ;
160164 } ;
161165 # Add icons to completion menu
244248 # Load additional Lua configuration from init.lua
245249 extraConfigLua = builtins . readFile ./init.lua ;
246250 # Add extra plugins (in this case, aiken-vim)
247- extraPlugins = [ aiken-vim ] ;
251+ extraPlugins = [
252+ aiken-vim
253+ pkgs . vimPlugins . typst-preview-nvim
254+ ] ;
248255 } ;
249256}
You can’t perform that action at this time.
0 commit comments