fix for lsp? idk what was going on tbh, will look into this more with time

This commit is contained in:
EvilMuffinHa 2022-09-01 20:11:54 -04:00
parent 2653f2b90d
commit 2cfc6ef50b
2 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,7 @@ bspc config external_rules_command "$XDG_CONFIG_HOME/bspwm/nprogs.sh"
betterdiscordctl reinstall
# starting programs
udiskie &
udiskie -n &
dunst &
# lock screen

View File

@ -115,6 +115,7 @@ return require('packer').startup({function(use)
use {
'neovim/nvim-lspconfig',
commit = "607ff48b970b89c3e4e3825b88d9cfd05b7aaea5",
requires = {
'nvim-lua/lsp-status.nvim',
{