From b081473eaa08537dee157d6810de49ca71adf0e1 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Fri, 5 May 2023 01:22:35 -0400 Subject: half baked changes that need fixing --- home-config/bashrc | 1 + home-config/home-configuration.scm | 3 +-- home-config/nvim/config/init.vim | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'home-config') 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' alias quit='exit' export EDITOR=nvim alias cat='bat --paging=never' +export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share # GPG SETUP FOR SSH 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 @@ "gimp" "python" "python:tk" - ;"tk" - ;"tcl" + "file" "python-lsp-server" "sqlite" "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({ vim.opt.conceallevel = 2 vim.opt.concealcursor = nc -local lspconfig = require('lspconfig') +--local lspconfig = require('lspconfig') END "asynccomplete Auto Complete Config -- cgit v1.2.3