This commit is contained in:
secretspecter 2024-03-09 15:32:47 -07:00
parent 6c98956e44
commit 765df27844
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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)