1
0
Fork 0

Some tweaks to get things working better.

This commit is contained in:
Vivianne 2022-03-08 01:50:04 -08:00
parent e4db099eaa
commit c5f70a427a
2 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,7 @@ nnoremap <leader>fs <cmd>Telescope search_history<cr>
command CDC cd %:p:h
let g:lt_location_list_toggle_map = '<leader>l'
let g:lt_quickfix_list_toggle_map = '<leader>q'
let g:lt_quickfix_list_toggle_map = '<leader>L' " unsure if I'm using this
" machine-specific settings
source $CONFIG/local.vim

View File

@ -4,6 +4,7 @@ if fn.empty(fn.glob(install_path)) > 0 then
packer_bootstrap = fn.system({'git', 'clone', '--depth', '1', 'https://github.com/wbthomason/packer.nvim', install_path})
-- TODO: Add in downloading of sqlite dll for Windows, here.
-- TODO: It seems sqlite needs installing or configuring on gentoo as well.
end
lsp_client_capabilities = vim.lsp.protocol.make_client_capabilities()