summaryrefslogtreecommitdiff
path: root/home-config
diff options
context:
space:
mode:
Diffstat (limited to 'home-config')
-rw-r--r--home-config/bashrc1
-rw-r--r--home-config/home-configuration.scm3
-rw-r--r--home-config/nvim/config/init.vim2
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'
38alias quit='exit' 38alias quit='exit'
39export EDITOR=nvim 39export EDITOR=nvim
40alias cat='bat --paging=never' 40alias cat='bat --paging=never'
41export 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
43export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) 44export 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({
53vim.opt.conceallevel = 2 53vim.opt.conceallevel = 2
54vim.opt.concealcursor = nc 54vim.opt.concealcursor = nc
55 55
56local lspconfig = require('lspconfig') 56--local lspconfig = require('lspconfig')
57END 57END
58 58
59"asynccomplete Auto Complete Config 59"asynccomplete Auto Complete Config