Skip to content

Commit 4a68e93

Browse files
committed
swap nix language server order
1 parent 5d01f03 commit 4a68e93

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lua/utils/languages.lua

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ local Languages = {
6868
},
6969
},
7070
['nix'] = {
71+
['nil_ls'] = {
72+
alias = 'nil',
73+
},
7174
nixd = {
7275
settings = {
7376
nixd = {
@@ -79,7 +82,8 @@ local Languages = {
7982
},
8083
options = {
8184
nixos = {
82-
expr = '(builtins.getFlake ("git+file://" + toString ./.)).nixosConfigurations.k-on.options',
85+
expr = '(builtins.getFlake "/home/peter/nodes/nixos-minipc").nixosConfigurations.peter-laptop.options',
86+
-- expr = '(builtins.getFlake ("git+file://" + toString ./.)).nixosConfigurations.k-on.options',
8387
},
8488
home_manager = {
8589
expr = '(builtins.getFlake ("git+file://" + toString ./.)).homeConfigurations."ruixi@k-on".options',
@@ -88,9 +92,6 @@ local Languages = {
8892
},
8993
},
9094
},
91-
['nil_ls'] = {
92-
alias = 'nil',
93-
},
9495
},
9596
['bash'] = {
9697
bashls = {

0 commit comments

Comments
 (0)