mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 04:17:22 +00:00
Minor changes to nvim cfg, fish key binds, and provision_linux
This commit is contained in:
parent
19cb58d961
commit
124ea84991
5 changed files with 17 additions and 13 deletions
|
|
@ -2,6 +2,8 @@ vim.cmd("set runtimepath^=~/.vim runtimepath+=~/.vim/after")
|
|||
vim.cmd("let &packpath = &runtimepath")
|
||||
vim.cmd("source ~/.vimrc")
|
||||
|
||||
vim.g.coq_settings = { auto_start = true }
|
||||
|
||||
vim.g.neovide_scale_factor = 0.7
|
||||
vim.opt.guifont = { "JetBrainsMono Nerd Font", "h13" }
|
||||
|
||||
|
|
@ -31,6 +33,9 @@ require('noice').setup({
|
|||
["cmp.entry.get_documentation"] = true,
|
||||
},
|
||||
},
|
||||
popupmenu = {
|
||||
enabled = false,
|
||||
},
|
||||
presets = {
|
||||
long_message_to_split = true, -- long messages will be sent to a split
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue