Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
chore(nvim): modify
Browse files Browse the repository at this point in the history
  • Loading branch information
ttak0422 committed Mar 3, 2024
1 parent f15d033 commit 63c8ba2
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 80 deletions.
140 changes: 70 additions & 70 deletions neovim/fnl/dropbar.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -15,77 +15,77 @@
:global [:DirChanged :VimResized]}]
{: attach_events : update_events :update_interval 100})
icons (let [kinds {:use_devicons true
:symbols {:Array "󰅪 "
:Boolean ""
:BreakStatement "󰙧 "
:Call "󰃷 "
:CaseStatement "󱃙 "
:Class ""
:Color "󰏘 "
:Constant "󰏿 "
:Constructor ""
:ContinueStatement ""
:Copilot ""
:Declaration "󰙠 "
:Delete "󰩺 "
:DoStatement "󰑖 "
:Enum ""
:EnumMember ""
:Event ""
:Field ""
:File "󰈔 "
;; :Folder "󰉋 "
:symbols {:Array ""
:Boolean ""
:BreakStatement ""
:Call ""
:CaseStatement ""
:Class ""
:Color ""
:Constant ""
:Constructor ""
:ContinueStatement ""
:Copilot ""
:Declaration ""
:Delete ""
:DoStatement ""
:Enum ""
:EnumMember ""
:Event ""
:Field ""
:File ""
;; :Folder ""
:Folder ""
:ForStatement "󰑖 "
:Function "󰊕 "
:H1Marker "󰉫 "
:H2Marker "󰉬 "
:H3Marker "󰉭 "
:H4Marker "󰉮 "
:H5Marker "󰉯 "
:H6Marker "󰉰 "
:Identifier "󰀫 "
:IfStatement "󰇉 "
:Interface ""
:Keyword "󰌋 "
:List "󰅪 "
:Log "󰦪 "
:Lsp ""
:Macro "󰁌 "
:MarkdownH1 "󰉫 "
:MarkdownH2 "󰉬 "
:MarkdownH3 "󰉭 "
:MarkdownH4 "󰉮 "
:MarkdownH5 "󰉯 "
:MarkdownH6 "󰉰 "
:Method "󰆧 "
:Module "󰏗 "
:Namespace "󰅩 "
:Null "󰢤 "
:Number "󰎠 "
:Object "󰅩 "
:Operator "󰆕 "
:Package "󰆦 "
:Pair "󰅪 "
:Property ""
:Reference "󰦾 "
:Regex ""
:Repeat "󰑖 "
:Scope "󰅩 "
:Snippet "󰩫 "
:Specifier "󰦪 "
:Statement "󰅩 "
:String "󰉾 "
:Struct ""
:SwitchStatement "󰺟 "
:Terminal ""
:Text ""
:Type ""
:TypeParameter "󰆩 "
:Unit ""
:Value "󰎠 "
:Variable "󰀫 "
:WhileStatement "󰑖 "}}
:ForStatement ""
:Function ""
:H1Marker ""
:H2Marker ""
:H3Marker ""
:H4Marker ""
:H5Marker ""
:H6Marker ""
:Identifier ""
:IfStatement ""
:Interface ""
:Keyword ""
:List ""
:Log ""
:Lsp ""
:Macro ""
:MarkdownH1 ""
:MarkdownH2 ""
:MarkdownH3 ""
:MarkdownH4 ""
:MarkdownH5 ""
:MarkdownH6 ""
:Method ""
:Module ""
:Namespace ""
:Null ""
:Number ""
:Object ""
:Operator ""
:Package ""
:Pair ""
:Property ""
:Reference ""
:Regex ""
:Repeat ""
:Scope ""
:Snippet ""
:Specifier ""
:Statement ""
:String ""
:Struct ""
:SwitchStatement ""
:Terminal ""
:Text ""
:Type ""
:TypeParameter ""
:Unit ""
:Value ""
:Variable ""
:WhileStatement ""}}
ui {:bar {:separator "  " :extends "…"}
:menu {:separator " " :indicator "  "}}]
{:enable true : kinds : ui})
Expand Down
8 changes: 4 additions & 4 deletions neovim/fnl/nvim-tree.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
:folder true
:folder_arrow true
:git true
:modified true
:modified false
:diagnostics false
:bookmarks true}
:bookmarks false}
glyphs {:default ""
:symlink ""
:modified "●"
Expand Down Expand Up @@ -110,7 +110,7 @@
:highlight_clipboard :none
: indent_markers
: icons})
hijack_directories {:enable true :auto_open true}
hijack_directories {:enable false :auto_open true}
update_focused_file {:enable true :update_root false}
git {:enable true
:show_on_dirs true
Expand All @@ -121,7 +121,7 @@
diagnostics {:enable false
:debounce_delay 100
:show_on_dirs false
:show_on_open_dirs true
:show_on_open_dirs false
:severity {:min vim.diagnostic.severity.INFO
:max vim.diagnostic.severity.ERROR}
:icons {:hint "" :info "" :warning "" :error ""}}
Expand Down
2 changes: 1 addition & 1 deletion neovim/lua/dropbar.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions neovim/lua/nvim-tree.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63c8ba2

Please sign in to comment.