|
|
@ -6,18 +6,7 @@ copied from other people for Neovim. I'm now using AstroNvim...'''
|
|
|
|
date = '2023-06-23T07:50:32+02:00'
|
|
|
|
date = '2023-06-23T07:50:32+02:00'
|
|
|
|
# lastmod = ''
|
|
|
|
# lastmod = ''
|
|
|
|
categories = [ 'computerstuff' ]
|
|
|
|
categories = [ 'computerstuff' ]
|
|
|
|
tags = [ 'freebsd', 'neovim' ]
|
|
|
|
tags = [ 'freebsd', 'openbsd', 'neovim' ]
|
|
|
|
|
|
|
|
|
|
|
|
# showBreadcrumbs = true
|
|
|
|
|
|
|
|
# showDate = false
|
|
|
|
|
|
|
|
# showReadingTime = false
|
|
|
|
|
|
|
|
# showWordCount = false
|
|
|
|
|
|
|
|
# showPagination = false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# feed_exclude = true
|
|
|
|
|
|
|
|
# site_exclude = true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
draft = true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+++
|
|
|
|
+++
|
|
|
|
|
|
|
|
|
|
|
@ -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
|
|
|
|
got to fix the problem with Telescope (fzf) which never worked before on
|
|
|
|
either FreeBSD nor OpenBSD.
|
|
|
|
either FreeBSD nor OpenBSD.
|
|
|
|
|
|
|
|
|
|
|
|
## TODO: fix formatting, add text
|
|
|
|
Move into `.local/share/nvim/lazy/telescope-fzf-native.nvim` directory.
|
|
|
|
|
|
|
|
|
|
|
|
cd into `.local/share/nvim/lazy/telescope-fzf-native.nvim`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|