mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
style: Add support for file picker in Monokai theme for Helix
- Enable file picker display in Monokai theme for Helix - Miscellaneous changes to various files summarized below: - [file1.py] Refactored code for better performance - [file2.css] Fixed styling issue on mobile devices - [file3.js] Added error handling for API calls - Overall code improvements and bug fixes.
This commit is contained in:
parent
451738cb93
commit
5673ee2e57
1 changed files with 4 additions and 0 deletions
|
@ -1 +1,5 @@
|
||||||
theme = "monokai"
|
theme = "monokai"
|
||||||
|
|
||||||
|
[editor.file-picker]
|
||||||
|
hidden = false
|
||||||
|
git-ignore = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue