tweak
This commit is contained in:
parent
6c98956e44
commit
765df27844
|
@ -1,5 +1,4 @@
|
|||
# Lisp Flavored NeoVim
|
||||
|
||||
Configuration via Fennel. Tuned for s-expressions and prose.
|
||||
|
||||
## How
|
||||
|
@ -17,7 +16,6 @@ Configuration via Fennel. Tuned for s-expressions and prose.
|
|||
|
||||
## Dependencies
|
||||
To build some of the packages you will need:
|
||||
- ctags
|
||||
- cmake
|
||||
- cargo
|
||||
- npm
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
(personalize.keymap))
|
||||
|
||||
(let [telescope (require :telescope)]
|
||||
;(pcall (telescope.load_extension :fzf))
|
||||
(pcall (telescope.load_extension :fzf))
|
||||
(pcall (telescope.load_extension :emoji)))
|
||||
|
||||
(require :setup-treesitter)
|
||||
|
|
Loading…
Reference in a new issue