index
:
helix-ext
dependabot/cargo/rust-dependencies-1a67a7dde4
gh-pages
master
patches
v23.10.2
[contrib] fork of the helix editor, with various inactive and rejected patches applied
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
helix-view
/
src
/
lib.rs
blob: 2a000f329fabc80820ee583ee58e322bd00045b6 (
plain
) (
blame
)
1
2
3
4
5
6
pub
mod
commands
;
pub
mod
keymap
;
pub
mod
theme
;
pub
mod
view
;
pub
use
view
::
View
;