mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-05 11:25:52 +00:00
Merge branch 'main' into languages/fish
This commit is contained in:
commit
b7f891c533
17 changed files with 290 additions and 24 deletions
|
|
@ -72,6 +72,7 @@ isMaximal: {
|
|||
extensions.crates-nvim.enable = isMaximal;
|
||||
};
|
||||
toml.enable = isMaximal;
|
||||
xml.enable = isMaximal;
|
||||
|
||||
# Language modules that are not as common.
|
||||
assembly.enable = false;
|
||||
|
|
@ -93,9 +94,11 @@ isMaximal: {
|
|||
just.enable = false;
|
||||
qml.enable = false;
|
||||
fish.enable = false;
|
||||
jinja.enable = false;
|
||||
|
||||
tailwind.enable = false;
|
||||
svelte.enable = false;
|
||||
tera.enable = false;
|
||||
|
||||
# Nim LSP is broken on Darwin and therefore
|
||||
# should be disabled by default. Users may still enable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue