A bunch of cleanup

This commit is contained in:
Jeremy Wall 2023-11-22 18:08:58 -05:00
parent 75e854ff03
commit aaa6901544
3 changed files with 5 additions and 7 deletions

View File

@ -148,7 +148,7 @@ EOF";
# on darwin and add it as an overlay # on darwin and add it as an overlay
python310 python310
python310Packages.pip python310Packages.pip
python310Packages.vritualenv python310Packages.virtualenv
emacs emacs
git git
mercurial mercurial
@ -184,6 +184,8 @@ EOF";
plantuml-c4 plantuml-c4
texlive.combined.scheme-basic texlive.combined.scheme-basic
nssTools nssTools
packer
nomad
mkcert mkcert
octave octave
kubo kubo

View File

@ -271,10 +271,6 @@ set signcolumn=yes
autocmd CursorHold * lua vim.diagnostic.open_float(nil, { focusable = false }) autocmd CursorHold * lua vim.diagnostic.open_float(nil, { focusable = false })
]]) ]])
vim.cmd([[
let g:coq_settings = { 'auto_start': 'shut-up', 'display.icons.mode': "none" }
]])
--Set completeopt to have a better completion experience --Set completeopt to have a better completion experience
-- :help completeopt -- :help completeopt
-- menuone: popup even when there's only one match -- menuone: popup even when there's only one match
@ -285,7 +281,7 @@ let g:coq_settings = { 'auto_start': 'shut-up', 'display.icons.mode': "none" }
vim.opt.completeopt = {'menuone', 'noselect', 'noinsert'} vim.opt.completeopt = {'menuone', 'noselect', 'noinsert'}
vim.opt.shortmess = vim.opt.shortmess + { c = true} vim.opt.shortmess = vim.opt.shortmess + { c = true}
vim.api.nvim_set_option('updatetime', 300) vim.api.nvim_set_option('updatetime', 300)
vim.opt.sessionoptions = {'buffers', 'curdir', 'localoptions', 'options', 'terminal' } vim.opt.sessionoptions = {'buffers', 'curdir', 'skiprtp', 'localoptions', 'terminal', 'tabpages' }
-- Fixed column for diagnostics to appear -- Fixed column for diagnostics to appear
-- Show autodiagnostic popup on cursor hover_range -- Show autodiagnostic popup on cursor hover_range
-- Goto previous / next diagnostic warning / error -- Goto previous / next diagnostic warning / error

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
nix = { nix = {