mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-19 13:20:57 +01:00
neovim: Don't enable omni SQL completion
This commit is contained in:
parent
dc99aa2f68
commit
1a5d280587
1 changed files with 5 additions and 0 deletions
|
|
@ -464,6 +464,11 @@
|
|||
'';
|
||||
};
|
||||
|
||||
files."ftdetect/sql.lua" = {
|
||||
globals.omni_sql_no_default_maps = 0;
|
||||
globals.omni_sql_default_compl_type = "syntax";
|
||||
};
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
# sca2d
|
||||
djlint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue