make recent draft public
This commit is contained in:
parent
4eb2977a39
commit
80c6887193
1 changed files with 7 additions and 19 deletions
|
@ -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
|
||||
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` on FreeBSD or
|
||||
`pkg_add gmake` on OpenBSD.
|
||||
|
||||
make sure GNU make is installed `pkg install gmake`
|
||||
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…
Reference in a new issue