✏️ Adjusted neovim config settings slightly

This commit is contained in:
z3rOR0ne 2023-01-18 16:43:06 -08:00
parent d3a284c77b
commit 7897ff15b6
3 changed files with 11 additions and 2 deletions

View file

@ -86,7 +86,7 @@ endfunction]])
vim.cmd([[command! -nargs=* FZFExplore call FzfExplore(shellescape(<q-args>))]])
-- fzf is on bottom of screen
vim.cmd([[let g:fzf_layout = { 'down': '~30%' }]])
-- vim.cmd([[let g:fzf_layout = { 'down': '~30%' }]])
--lastplace ignores fzf
vim.cmd([[let g:lastplace_ignore_buftype = "quickfix, nofile, help, FZF"]])