random additions and whatever
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
ayugram-desktop
|
||||
audacity
|
||||
ungoogled-chromium
|
||||
firefox
|
||||
keepassxc
|
||||
@@ -14,6 +15,7 @@
|
||||
kdePackages.kcalc
|
||||
nicotine-plus
|
||||
qbittorrent
|
||||
qsstv
|
||||
vscode-fhs
|
||||
bottles
|
||||
];
|
||||
|
||||
+10
-8
@@ -25,6 +25,8 @@ programs.neovim = {
|
||||
cmp-path
|
||||
cmp-cmdline
|
||||
nvim-cmp
|
||||
vimtex
|
||||
coq_nvim
|
||||
];
|
||||
extraLuaConfig = ''
|
||||
local function my_on_attach(bufnr)
|
||||
@@ -60,14 +62,14 @@ programs.neovim = {
|
||||
vim.lsp.enable('pyright')
|
||||
vim.lsp.enable('nil_ls')
|
||||
|
||||
local cmp = require 'cmp'
|
||||
cmp.setup({
|
||||
snippet = {
|
||||
expand = function(args)
|
||||
vim.fn["vsnip#anonymous"](args.body)
|
||||
end,
|
||||
},
|
||||
})
|
||||
-- local cmp = require 'cmp'
|
||||
-- cmp.setup({
|
||||
-- snippet = {
|
||||
-- expand = function(args)
|
||||
-- vim.fn["vsnip#anonymous"](args.body)
|
||||
-- end,
|
||||
-- },
|
||||
-- })
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user