✏️ Adjusted neovim config settings slightly
This commit is contained in:
parent
d3a284c77b
commit
7897ff15b6
3 changed files with 11 additions and 2 deletions
|
|
@ -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"]])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue