diff options
Diffstat (limited to 'home-config')
-rw-r--r-- | home-config/bashrc | 1 | ||||
-rw-r--r-- | home-config/home-configuration.scm | 3 | ||||
-rw-r--r-- | home-config/nvim/config/init.vim | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/home-config/bashrc b/home-config/bashrc index c8e6503..6d22d87 100644 --- a/home-config/bashrc +++ b/home-config/bashrc | |||
@@ -38,6 +38,7 @@ alias grep='grep --color=auto' | |||
38 | alias quit='exit' | 38 | alias quit='exit' |
39 | export EDITOR=nvim | 39 | export EDITOR=nvim |
40 | alias cat='bat --paging=never' | 40 | alias cat='bat --paging=never' |
41 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share | ||
41 | 42 | ||
42 | # GPG SETUP FOR SSH | 43 | # GPG SETUP FOR SSH |
43 | export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) | 44 | export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) |
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 746b043..9a5953d 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -68,8 +68,7 @@ | |||
68 | "gimp" | 68 | "gimp" |
69 | "python" | 69 | "python" |
70 | "python:tk" | 70 | "python:tk" |
71 | ;"tk" | 71 | "file" |
72 | ;"tcl" | ||
73 | "python-lsp-server" | 72 | "python-lsp-server" |
74 | "sqlite" | 73 | "sqlite" |
75 | "git")) | 74 | "git")) |
diff --git a/home-config/nvim/config/init.vim b/home-config/nvim/config/init.vim index 0934e02..447da4a 100644 --- a/home-config/nvim/config/init.vim +++ b/home-config/nvim/config/init.vim | |||
@@ -53,7 +53,7 @@ require('orgmode').setup({ | |||
53 | vim.opt.conceallevel = 2 | 53 | vim.opt.conceallevel = 2 |
54 | vim.opt.concealcursor = nc | 54 | vim.opt.concealcursor = nc |
55 | 55 | ||
56 | local lspconfig = require('lspconfig') | 56 | --local lspconfig = require('lspconfig') |
57 | END | 57 | END |
58 | 58 | ||
59 | "asynccomplete Auto Complete Config | 59 | "asynccomplete Auto Complete Config |