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