diff options
Diffstat (limited to 'home-config')
| -rw-r--r-- | home-config/home-configuration.scm | 5 | ||||
| -rw-r--r-- | home-config/nvim/config/init.vim | 2 | 
2 files changed, 7 insertions, 0 deletions
| diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 76abe51..9fb45fb 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
| @@ -28,6 +28,8 @@ | |||
| 28 | "qrencode" | 28 | "qrencode" | 
| 29 | "binutils" | 29 | "binutils" | 
| 30 | "gcc-toolchain" | 30 | "gcc-toolchain" | 
| 31 | "borg" | ||
| 32 | "python-msgpack" | ||
| 31 | "libreoffice" | 33 | "libreoffice" | 
| 32 | "flatpak" | 34 | "flatpak" | 
| 33 | "gnupg" | 35 | "gnupg" | 
| @@ -56,6 +58,8 @@ | |||
| 56 | "texlive-xcolor" | 58 | "texlive-xcolor" | 
| 57 | "texlive-latex-geometry" | 59 | "texlive-latex-geometry" | 
| 58 | "texlive-hyperref" | 60 | "texlive-hyperref" | 
| 61 | "texlive-latex-parskip" | ||
| 62 | "texlive-etoolbox" | ||
| 59 | "zathura" | 63 | "zathura" | 
| 60 | "zathura-pdf-mupdf" | 64 | "zathura-pdf-mupdf" | 
| 61 | "fzf" | 65 | "fzf" | 
| @@ -63,6 +67,7 @@ | |||
| 63 | "icedove-minimal" | 67 | "icedove-minimal" | 
| 64 | "gimp" | 68 | "gimp" | 
| 65 | "python" | 69 | "python" | 
| 70 | "python-lsp-server" | ||
| 66 | "sqlite" | 71 | "sqlite" | 
| 67 | "git")) | 72 | "git")) | 
| 68 | (list my-neovim))) | 73 | (list my-neovim))) | 
| diff --git a/home-config/nvim/config/init.vim b/home-config/nvim/config/init.vim index c0082a2..0934e02 100644 --- a/home-config/nvim/config/init.vim +++ b/home-config/nvim/config/init.vim | |||
| @@ -52,6 +52,8 @@ require('orgmode').setup({ | |||
| 52 | 52 | ||
| 53 | vim.opt.conceallevel = 2 | 53 | vim.opt.conceallevel = 2 | 
| 54 | vim.opt.concealcursor = nc | 54 | vim.opt.concealcursor = nc | 
| 55 | |||
| 56 | local lspconfig = require('lspconfig') | ||
| 55 | END | 57 | END | 
| 56 | 58 | ||
| 57 | "asynccomplete Auto Complete Config | 59 | "asynccomplete Auto Complete Config | 
