make recent draft public

main
Dominic Reich 1 year ago
parent 4eb2977a39
commit 80c6887193
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -6,18 +6,7 @@ copied from other people for Neovim. I'm now using AstroNvim...'''
date = '2023-06-23T07:50:32+02:00'
# lastmod = ''
categories = [ 'computerstuff' ]
tags = [ 'freebsd', 'neovim' ]
# showBreadcrumbs = true
# showDate = false
# showReadingTime = false
# showWordCount = false
# showPagination = false
# feed_exclude = true
# site_exclude = true
draft = true
tags = [ 'freebsd', 'openbsd', 'neovim' ]
+++
@ -31,14 +20,13 @@ that feels the need to dive into this deeply. I'm using AstroNvim for now
got to fix the problem with Telescope (fzf) which never worked before on
either FreeBSD nor OpenBSD.
## TODO: fix formatting, add text
cd into `.local/share/nvim/lazy/telescope-fzf-native.nvim`
Move into `.local/share/nvim/lazy/telescope-fzf-native.nvim` directory.
make sure GNU make is installed `pkg install gmake`
Make sure GNU make is installed `pkg install gmake` on FreeBSD or
`pkg_add gmake` on OpenBSD.
execute `gmake` which creates the file `build/libfzf.so`
Execute `gmake` which creates the file `build/libfzf.so`
now telescope worked for me.
Now Telescope worked for me.
lua_ls still won't work (platform not supported)
lua_ls still won't work (platform not supported).

Loading…
Cancel
Save