Compare commits
5 Commits
4f151f6259
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 84df260131 | |||
| b4686150fb | |||
| 91099dc9ed | |||
| 84036e972a | |||
| 29ec660512 |
BIN
fonts/FiraCodeNerdFontMono-Medium.ttf
Normal file
BIN
fonts/FiraCodeNerdFontMono-Medium.ttf
Normal file
Binary file not shown.
Binary file not shown.
21
install.sh
21
install.sh
@@ -20,18 +20,14 @@ APPS=(
|
|||||||
|
|
||||||
|
|
||||||
FLATPAK_APPS=(
|
FLATPAK_APPS=(
|
||||||
com.obsproject.Studio
|
|
||||||
com.protonvpn.www
|
com.protonvpn.www
|
||||||
com.ultimaker.cura
|
|
||||||
im.riot.Riot
|
im.riot.Riot
|
||||||
org.blender.Blender
|
|
||||||
org.darktable.Darktable
|
org.darktable.Darktable
|
||||||
org.freecad.FreeCAD
|
org.freecad.FreeCAD
|
||||||
org.gimp.GIMP
|
org.gimp.GIMP
|
||||||
org.inkscape.Inkscape
|
org.inkscape.Inkscape
|
||||||
org.libreoffice.LibreOffice
|
org.libreoffice.LibreOffice
|
||||||
io.gitlab.librewolf-community
|
com.brave.Browser
|
||||||
com.nextcloud.desktopclient.nextcloud
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@@ -145,7 +141,7 @@ git restore .
|
|||||||
|
|
||||||
|
|
||||||
# Font Install
|
# Font Install
|
||||||
sudo cp ./fonts/Fira_Code_Regular_Nerd_Font_Complete.ttf /usr/local/share/fonts
|
sudo cp ./fonts/FiraCodeNerdFontMono-Medium.ttf /usr/local/share/fonts
|
||||||
|
|
||||||
|
|
||||||
# Check if this is my profile
|
# Check if this is my profile
|
||||||
@@ -154,10 +150,6 @@ while true; do
|
|||||||
profileChoice=$(echo "$profileChoice" | tr '[:upper:]' '[:lower:]')
|
profileChoice=$(echo "$profileChoice" | tr '[:upper:]' '[:lower:]')
|
||||||
|
|
||||||
if [ "$profileChoice" = "y" ]; then
|
if [ "$profileChoice" = "y" ]; then
|
||||||
# Add Profile Image
|
|
||||||
sudo rm ~/.face
|
|
||||||
cp ./profile/.face ~
|
|
||||||
|
|
||||||
# Add User To Group For Virtual Manager
|
# Add User To Group For Virtual Manager
|
||||||
sudo adduser kendall libvirt-qemu
|
sudo adduser kendall libvirt-qemu
|
||||||
break
|
break
|
||||||
@@ -169,11 +161,6 @@ while true; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
# Add filesystem override to Librewolf
|
|
||||||
sudo flatpak override io.gitlab.librewolf-community --filesystem=$HOME
|
|
||||||
sudo flatpak override io.gitlab.librewolf-community --device=all
|
|
||||||
|
|
||||||
|
|
||||||
# Install latest Neovim
|
# Install latest Neovim
|
||||||
if ! [ -x "$(command -v nvim)" ]; then
|
if ! [ -x "$(command -v nvim)" ]; then
|
||||||
sudo apt remove gettext-base -y
|
sudo apt remove gettext-base -y
|
||||||
@@ -184,7 +171,3 @@ if ! [ -x "$(command -v nvim)" ]; then
|
|||||||
make CMAKE_BUILD_TYPE=RelWithDebInfo && cd build && cpack -G DEB && sudo dpkg -i nvim-linux-x86_64.deb
|
make CMAKE_BUILD_TYPE=RelWithDebInfo && cd build && cpack -G DEB && sudo dpkg -i nvim-linux-x86_64.deb
|
||||||
cd ~/.dotfiles/ && sudo rm -rf neovim
|
cd ~/.dotfiles/ && sudo rm -rf neovim
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Install TPM
|
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ showAppsByName=true
|
|||||||
[Containments][2][Applets][3][Configuration][General]
|
[Containments][2][Applets][3][Configuration][General]
|
||||||
alphaSort=true
|
alphaSort=true
|
||||||
favoritesPortedToKAstats=true
|
favoritesPortedToKAstats=true
|
||||||
|
highlightNewlyInstalledApps=false
|
||||||
icon=start-here-kubuntu
|
icon=start-here-kubuntu
|
||||||
switchCategoryOnHover=true
|
switchCategoryOnHover=true
|
||||||
systemFavorites=suspend\\,hibernate\\,reboot\\,shutdown
|
systemFavorites=suspend\\,hibernate\\,reboot\\,shutdown
|
||||||
@@ -66,201 +67,190 @@ immutability=1
|
|||||||
plugin=org.kde.plasma.icontasks
|
plugin=org.kde.plasma.icontasks
|
||||||
|
|
||||||
[Containments][2][Applets][5][Configuration][General]
|
[Containments][2][Applets][5][Configuration][General]
|
||||||
launchers=preferred://filemanager,file:///var/lib/flatpak/exports/share/applications/io.gitlab.librewolf-community.desktop,applications:org.kde.konsole.desktop,file:///var/lib/flatpak/exports/share/applications/im.riot.Riot.desktop,file:///usr/share/applications/steam.desktop,file:///var/lib/flatpak/exports/share/applications/org.darktable.Darktable.desktop
|
launchers=preferred://filemanager,file:///var/lib/flatpak/exports/share/applications/com.brave.Browser.desktop,applications:org.kde.konsole.desktop,file:///var/lib/flatpak/exports/share/applications/im.riot.Riot.desktop,file:///var/lib/flatpak/exports/share/applications/me.proton.Mail.desktop,file:///usr/share/applications/steam.desktop
|
||||||
|
|
||||||
[Containments][2][Applets][6]
|
[Containments][2][Applets][6]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.plasma.marginsseparator
|
plugin=org.kde.plasma.marginsseparator
|
||||||
|
|
||||||
[Containments][2][Applets][7]
|
[Containments][2][Applets][7]
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.systemtray
|
|
||||||
|
|
||||||
[Containments][2][Applets][7][Configuration]
|
|
||||||
PreloadWeight=100
|
|
||||||
SystrayContainmentId=8
|
|
||||||
|
|
||||||
[Containments][2][General]
|
|
||||||
AppletOrder=3;4;5;6;7;20
|
|
||||||
|
|
||||||
[Containments][27]
|
|
||||||
ItemGeometries-2048x1280=
|
|
||||||
ItemGeometriesHorizontal=
|
|
||||||
activityId=b11f6e63-e961-4984-9d43-b6776df8ab0b
|
|
||||||
formfactor=0
|
|
||||||
immutability=1
|
|
||||||
lastScreen=0
|
|
||||||
location=0
|
|
||||||
plugin=org.kde.plasma.folder
|
|
||||||
wallpaperplugin=org.kde.image
|
|
||||||
|
|
||||||
[Containments][27][ConfigDialog]
|
|
||||||
DialogHeight=540
|
|
||||||
DialogWidth=720
|
|
||||||
|
|
||||||
[Containments][27][General]
|
|
||||||
positions={"2048x1280":[]}
|
|
||||||
|
|
||||||
[Containments][27][Wallpaper][org.kde.image][General]
|
|
||||||
Image=/home/kendall/Pictures/Wallpapers/blue_yellow_lens.jpg
|
|
||||||
PreviewImage=/home/kendall/Pictures/Wallpapers/blue_yellow_lens.jpg
|
|
||||||
SlidePaths=/usr/share/wallpapers/
|
|
||||||
|
|
||||||
[Containments][31]
|
|
||||||
activityId=b11f6e63-e961-4984-9d43-b6776df8ab0b
|
|
||||||
formfactor=0
|
|
||||||
immutability=1
|
|
||||||
lastScreen=1
|
|
||||||
location=0
|
|
||||||
plugin=org.kde.plasma.folder
|
|
||||||
wallpaperplugin=org.kde.image
|
|
||||||
|
|
||||||
[Containments][31][General]
|
|
||||||
positions={"1920x1080":[]}
|
|
||||||
|
|
||||||
[Containments][8]
|
|
||||||
activityId=
|
activityId=
|
||||||
formfactor=2
|
formfactor=2
|
||||||
immutability=1
|
immutability=1
|
||||||
lastScreen=0
|
lastScreen=0
|
||||||
location=4
|
location=4
|
||||||
plugin=org.kde.plasma.private.systemtray
|
plugin=org.kde.plasma.systemtray
|
||||||
popupHeight=432
|
popupHeight=432
|
||||||
popupWidth=432
|
popupWidth=432
|
||||||
wallpaperplugin=org.kde.image
|
wallpaperplugin=org.kde.image
|
||||||
|
|
||||||
[Containments][8][Applets][10]
|
[Containments][2][Applets][7][Applets][10]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.plasma.clipboard
|
plugin=org.kde.plasma.clipboard
|
||||||
|
|
||||||
[Containments][8][Applets][10][Configuration]
|
[Containments][2][Applets][7][Applets][10][Configuration]
|
||||||
PreloadWeight=42
|
PreloadWeight=42
|
||||||
|
|
||||||
[Containments][8][Applets][11]
|
[Containments][2][Applets][7][Applets][11]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.plasma.keyboardindicator
|
plugin=org.kde.plasma.keyboardindicator
|
||||||
|
|
||||||
[Containments][8][Applets][11][Configuration]
|
[Containments][2][Applets][7][Applets][11][Configuration]
|
||||||
PreloadWeight=42
|
PreloadWeight=42
|
||||||
|
|
||||||
[Containments][8][Applets][12]
|
[Containments][2][Applets][7][Applets][12]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.plasma.printmanager
|
plugin=org.kde.plasma.printmanager
|
||||||
|
|
||||||
[Containments][8][Applets][12][Configuration]
|
[Containments][2][Applets][7][Applets][12][Configuration]
|
||||||
PreloadWeight=42
|
PreloadWeight=42
|
||||||
|
|
||||||
[Containments][8][Applets][13]
|
[Containments][2][Applets][7][Applets][13]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.plasma.notifications
|
plugin=org.kde.plasma.notifications
|
||||||
|
|
||||||
[Containments][8][Applets][13][Configuration]
|
[Containments][2][Applets][7][Applets][13][Configuration]
|
||||||
PreloadWeight=42
|
PreloadWeight=62
|
||||||
|
|
||||||
[Containments][8][Applets][14]
|
[Containments][2][Applets][7][Applets][14]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.plasma.keyboardlayout
|
plugin=org.kde.plasma.keyboardlayout
|
||||||
|
|
||||||
[Containments][8][Applets][14][Configuration]
|
[Containments][2][Applets][7][Applets][14][Configuration]
|
||||||
PreloadWeight=42
|
PreloadWeight=42
|
||||||
|
|
||||||
[Containments][8][Applets][15]
|
[Containments][2][Applets][7][Applets][15]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.plasma.manage-inputmethod
|
plugin=org.kde.plasma.manage-inputmethod
|
||||||
|
|
||||||
[Containments][8][Applets][15][Configuration]
|
[Containments][2][Applets][7][Applets][15][Configuration]
|
||||||
PreloadWeight=42
|
PreloadWeight=42
|
||||||
|
|
||||||
[Containments][8][Applets][16]
|
[Containments][2][Applets][7][Applets][16]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.plasma.cameraindicator
|
plugin=org.kde.plasma.cameraindicator
|
||||||
|
|
||||||
[Containments][8][Applets][16][Configuration]
|
[Containments][2][Applets][7][Applets][16][Configuration]
|
||||||
PreloadWeight=42
|
PreloadWeight=42
|
||||||
|
|
||||||
[Containments][8][Applets][17]
|
[Containments][2][Applets][7][Applets][17]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.plasma.vault
|
plugin=org.kde.plasma.vault
|
||||||
|
|
||||||
[Containments][8][Applets][18]
|
[Containments][2][Applets][7][Applets][18]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.kscreen
|
plugin=org.kde.kscreen
|
||||||
|
|
||||||
[Containments][8][Applets][18][Configuration]
|
[Containments][2][Applets][7][Applets][18][Configuration]
|
||||||
PreloadWeight=42
|
PreloadWeight=42
|
||||||
|
|
||||||
[Containments][8][Applets][19]
|
[Containments][2][Applets][7][Applets][19]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.plasma.volume
|
plugin=org.kde.plasma.volume
|
||||||
|
|
||||||
[Containments][8][Applets][19][Configuration]
|
[Containments][2][Applets][7][Applets][19][Configuration]
|
||||||
PreloadWeight=92
|
PreloadWeight=100
|
||||||
|
|
||||||
[Containments][8][Applets][19][Configuration][General]
|
[Containments][2][Applets][7][Applets][19][Configuration][General]
|
||||||
migrated=true
|
migrated=true
|
||||||
|
|
||||||
[Containments][8][Applets][22][Configuration]
|
[Containments][2][Applets][7][Applets][22][Configuration]
|
||||||
PreloadWeight=67
|
PreloadWeight=34
|
||||||
|
|
||||||
[Containments][8][Applets][23][Configuration]
|
[Containments][2][Applets][7][Applets][23][Configuration]
|
||||||
PreloadWeight=47
|
PreloadWeight=34
|
||||||
|
|
||||||
[Containments][8][Applets][24]
|
[Containments][2][Applets][7][Applets][24]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.plasma.networkmanagement
|
plugin=org.kde.plasma.networkmanagement
|
||||||
|
|
||||||
[Containments][8][Applets][24][Configuration]
|
[Containments][2][Applets][7][Applets][24][Configuration]
|
||||||
PreloadWeight=100
|
PreloadWeight=100
|
||||||
|
|
||||||
[Containments][8][Applets][24][Configuration][General]
|
[Containments][2][Applets][7][Applets][24][Configuration][General]
|
||||||
currentDetailsTab=details
|
currentDetailsTab=details
|
||||||
|
|
||||||
[Containments][8][Applets][25]
|
[Containments][2][Applets][7][Applets][25]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.plasma.bluetooth
|
plugin=org.kde.plasma.bluetooth
|
||||||
|
|
||||||
[Containments][8][Applets][25][Configuration]
|
[Containments][2][Applets][7][Applets][25][Configuration]
|
||||||
PreloadWeight=84
|
PreloadWeight=78
|
||||||
|
|
||||||
[Containments][8][Applets][26]
|
[Containments][2][Applets][7][Applets][26]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.plasma.notifications
|
plugin=org.kde.plasma.notifications
|
||||||
|
|
||||||
[Containments][8][Applets][26][Configuration]
|
[Containments][2][Applets][7][Applets][26][Configuration]
|
||||||
PreloadWeight=85
|
PreloadWeight=100
|
||||||
|
|
||||||
[Containments][8][Applets][27]
|
[Containments][2][Applets][7][Applets][27]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.plasma.mediacontroller
|
plugin=org.kde.plasma.mediacontroller
|
||||||
|
|
||||||
[Containments][8][Applets][27][Configuration]
|
[Containments][2][Applets][7][Applets][27][Configuration]
|
||||||
|
PreloadWeight=18
|
||||||
|
|
||||||
|
[Containments][2][Applets][7][Applets][30][Configuration]
|
||||||
PreloadWeight=0
|
PreloadWeight=0
|
||||||
|
|
||||||
[Containments][8][Applets][30][Configuration]
|
[Containments][2][Applets][7][Applets][31][Configuration]
|
||||||
PreloadWeight=0
|
|
||||||
|
|
||||||
[Containments][8][Applets][31][Configuration]
|
|
||||||
PreloadWeight=42
|
PreloadWeight=42
|
||||||
|
|
||||||
[Containments][8][Applets][9]
|
[Containments][2][Applets][7][Applets][33]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.battery
|
||||||
|
|
||||||
|
[Containments][2][Applets][7][Applets][33][Configuration]
|
||||||
|
PreloadWeight=9
|
||||||
|
|
||||||
|
[Containments][2][Applets][7][Applets][9]
|
||||||
immutability=1
|
immutability=1
|
||||||
plugin=org.kde.plasma.devicenotifier
|
plugin=org.kde.plasma.devicenotifier
|
||||||
|
|
||||||
[Containments][8][Applets][9][Configuration]
|
[Containments][2][Applets][7][Applets][9][Configuration]
|
||||||
PreloadWeight=100
|
PreloadWeight=100
|
||||||
|
|
||||||
[Containments][8][Applets][9][Configuration][General]
|
[Containments][2][Applets][7][Applets][9][Configuration][General]
|
||||||
migrated=true
|
migrated=true
|
||||||
|
|
||||||
[Containments][8][ConfigDialog]
|
[Containments][2][Applets][7][ConfigDialog]
|
||||||
DialogHeight=540
|
DialogHeight=540
|
||||||
DialogWidth=720
|
DialogWidth=720
|
||||||
|
|
||||||
[Containments][8][General]
|
[Containments][2][Applets][7][Configuration]
|
||||||
extraItems=org.kde.plasma.volume,org.kde.plasma.mediacontroller,org.kde.plasma.cameraindicator,org.kde.plasma.bluetooth,org.kde.plasma.networkmanagement,org.kde.plasma.notifications
|
PreloadWeight=100
|
||||||
hiddenItems=Fcitx,org.kde.plasma.notifications,Xwayland Video Bridge_pipewireToXProxy
|
|
||||||
knownItems=org.kde.plasma.volume,org.kde.plasma.vault,org.kde.plasma.printmanager,org.kde.kscreen,org.kde.plasma.devicenotifier,org.kde.plasma.clipboard,org.kde.plasma.brightness,org.kde.plasma.keyboardindicator,org.kde.plasma.battery,org.kde.plasma.mediacontroller,org.kde.plasma.manage-inputmethod,org.kde.plasma.cameraindicator,org.kde.plasma.keyboardlayout,org.kde.plasma.notifications,org.kde.plasma.bluetooth,org.kde.plasma.networkmanagement,org.kde.kupapplet
|
[Containments][2][Applets][7][General]
|
||||||
shownItems=org.kde.plasma.volume,org.kde.plasma.networkmanagement
|
extraItems=org.kde.plasma.volume,org.kde.plasma.mediacontroller,org.kde.plasma.cameraindicator,org.kde.plasma.bluetooth,org.kde.plasma.networkmanagement,org.kde.plasma.battery,org.kde.plasma.notifications
|
||||||
|
hiddenItems=Fcitx,Xwayland Video Bridge_pipewireToXProxy,org.kde.plasma.notifications
|
||||||
|
knownItems=org.kde.plasma.volume,org.kde.plasma.vault,org.kde.plasma.printmanager,org.kde.kscreen,org.kde.plasma.devicenotifier,org.kde.plasma.clipboard,org.kde.plasma.brightness,org.kde.plasma.keyboardindicator,org.kde.plasma.battery,org.kde.plasma.mediacontroller,org.kde.plasma.manage-inputmethod,org.kde.plasma.cameraindicator,org.kde.plasma.keyboardlayout,org.kde.plasma.notifications,org.kde.plasma.bluetooth,org.kde.plasma.networkmanagement,org.kde.kupapplet,org.kde.plasma.weather
|
||||||
|
shownItems=org.kde.plasma.volume,org.kde.plasma.networkmanagement,org.kde.plasma.battery
|
||||||
|
|
||||||
|
[Containments][2][General]
|
||||||
|
AppletOrder=3;4;5;6;7;20
|
||||||
|
|
||||||
|
[Containments][33]
|
||||||
|
ItemGeometries-2048x1280=
|
||||||
|
ItemGeometriesHorizontal=
|
||||||
|
activityId=8529a03a-ac64-45ee-b16a-2ffeb9bf9945
|
||||||
|
formfactor=0
|
||||||
|
immutability=1
|
||||||
|
lastScreen=0
|
||||||
|
location=0
|
||||||
|
plugin=org.kde.plasma.folder
|
||||||
|
wallpaperplugin=org.kde.image
|
||||||
|
|
||||||
|
[Containments][33][ConfigDialog]
|
||||||
|
DialogHeight=540
|
||||||
|
DialogWidth=720
|
||||||
|
|
||||||
|
[Containments][33][General]
|
||||||
|
positions={"2048x1280":[]}
|
||||||
|
|
||||||
|
[Containments][33][Wallpaper][org.kde.image][General]
|
||||||
|
Image=/home/kendall/Pictures/Wallpapers/nature_road.jpg
|
||||||
|
SlidePaths=/usr/share/wallpapers/
|
||||||
|
|
||||||
[Containments][9][Applets][23][Configuration]
|
[Containments][9][Applets][23][Configuration]
|
||||||
PreloadWeight=34
|
PreloadWeight=34
|
||||||
|
|||||||
@@ -95,6 +95,7 @@ vim.pack.add({
|
|||||||
"https://github.com/hrsh7th/nvim-cmp",
|
"https://github.com/hrsh7th/nvim-cmp",
|
||||||
"https://github.com/hrsh7th/cmp-nvim-lsp",
|
"https://github.com/hrsh7th/cmp-nvim-lsp",
|
||||||
"https://github.com/hrsh7th/cmp-buffer",
|
"https://github.com/hrsh7th/cmp-buffer",
|
||||||
|
"https://github.com/MeanderingProgrammer/render-markdown.nvim",
|
||||||
"https://github.com/williamboman/mason.nvim",
|
"https://github.com/williamboman/mason.nvim",
|
||||||
"https://github.com/williamboman/mason-lspconfig.nvim",
|
"https://github.com/williamboman/mason-lspconfig.nvim",
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -31,4 +31,5 @@ if vim.fn.has('nvim-0.10') == 0 then
|
|||||||
sign_define('Info', opts.signs.text[levels.INFO])
|
sign_define('Info', opts.signs.text[levels.INFO])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
vim.cmd [[autocmd CursorHold,CursorHoldI * lua vim.diagnostic.open_float(nil, {focus=false})]]
|
||||||
vim.diagnostic.config(opts)
|
vim.diagnostic.config(opts)
|
||||||
|
|||||||
@@ -7,4 +7,5 @@ require('plugins.nvim-tree')
|
|||||||
require('plugins.telescope')
|
require('plugins.telescope')
|
||||||
require('plugins.treesitter')
|
require('plugins.treesitter')
|
||||||
require('plugins.cmp')
|
require('plugins.cmp')
|
||||||
|
require('plugins.render-markdown')
|
||||||
require('plugins.mason')
|
require('plugins.mason')
|
||||||
|
|||||||
10
nvim/.config/nvim/lua/plugins/render-markdown.lua
Normal file
10
nvim/.config/nvim/lua/plugins/render-markdown.lua
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
require('render-markdown').setup({
|
||||||
|
completions = {
|
||||||
|
lsp = {
|
||||||
|
enabled = true,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
heading = {
|
||||||
|
backgrounds = { '' },
|
||||||
|
},
|
||||||
|
})
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
require('nvim-treesitter.configs').setup({
|
require('nvim-treesitter.configs').setup({
|
||||||
|
branch = "main",
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"bash",
|
"bash",
|
||||||
"css",
|
"css",
|
||||||
@@ -9,17 +10,18 @@ require('nvim-treesitter.configs').setup({
|
|||||||
"json",
|
"json",
|
||||||
"lua",
|
"lua",
|
||||||
"markdown",
|
"markdown",
|
||||||
|
"markdown_inline",
|
||||||
"python",
|
"python",
|
||||||
"query",
|
"query",
|
||||||
"regex",
|
"regex",
|
||||||
"scss",
|
"scss",
|
||||||
"svelte",
|
"svelte",
|
||||||
"tmux",
|
"tmux",
|
||||||
|
"tsx",
|
||||||
"typescript",
|
"typescript",
|
||||||
"vim",
|
"vim",
|
||||||
"vimdoc",
|
"vimdoc",
|
||||||
"yaml",
|
"yaml",
|
||||||
"tsx",
|
|
||||||
},
|
},
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
highlight = {
|
highlight = {
|
||||||
|
|||||||
72
nvim/.config/nvim/nvim-pack-lock.json
Normal file
72
nvim/.config/nvim/nvim-pack-lock.json
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
{
|
||||||
|
"plugins": {
|
||||||
|
"auto-save.nvim": {
|
||||||
|
"rev": "979b6c8",
|
||||||
|
"src": "https://github.com/Pocco81/auto-save.nvim"
|
||||||
|
},
|
||||||
|
"cmp-buffer": {
|
||||||
|
"rev": "b74fab3",
|
||||||
|
"src": "https://github.com/hrsh7th/cmp-buffer"
|
||||||
|
},
|
||||||
|
"cmp-nvim-lsp": {
|
||||||
|
"rev": "bd5a7d6",
|
||||||
|
"src": "https://github.com/hrsh7th/cmp-nvim-lsp"
|
||||||
|
},
|
||||||
|
"gitsigns.nvim": {
|
||||||
|
"rev": "20ad441",
|
||||||
|
"src": "https://github.com/lewis6991/gitsigns.nvim"
|
||||||
|
},
|
||||||
|
"gruvbox.nvim": {
|
||||||
|
"rev": "5e0a460",
|
||||||
|
"src": "https://github.com/ellisonleao/gruvbox.nvim"
|
||||||
|
},
|
||||||
|
"indent-blankline.nvim": {
|
||||||
|
"rev": "005b560",
|
||||||
|
"src": "https://github.com/lukas-reineke/indent-blankline.nvim"
|
||||||
|
},
|
||||||
|
"mason-lspconfig.nvim": {
|
||||||
|
"rev": "2304ff6",
|
||||||
|
"src": "https://github.com/williamboman/mason-lspconfig.nvim"
|
||||||
|
},
|
||||||
|
"mason.nvim": {
|
||||||
|
"rev": "ad7146a",
|
||||||
|
"src": "https://github.com/williamboman/mason.nvim"
|
||||||
|
},
|
||||||
|
"nvim-autopairs": {
|
||||||
|
"rev": "7a2c97c",
|
||||||
|
"src": "https://github.com/windwp/nvim-autopairs"
|
||||||
|
},
|
||||||
|
"nvim-cmp": {
|
||||||
|
"rev": "a7bcf1d",
|
||||||
|
"src": "https://github.com/hrsh7th/nvim-cmp"
|
||||||
|
},
|
||||||
|
"nvim-lspconfig": {
|
||||||
|
"rev": "ac98db2",
|
||||||
|
"src": "https://github.com/neovim/nvim-lspconfig"
|
||||||
|
},
|
||||||
|
"nvim-tree.lua": {
|
||||||
|
"rev": "64e2192",
|
||||||
|
"src": "https://github.com/nvim-tree/nvim-tree.lua"
|
||||||
|
},
|
||||||
|
"nvim-treesitter": {
|
||||||
|
"rev": "42fc28ba",
|
||||||
|
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
|
||||||
|
},
|
||||||
|
"nvim-web-devicons": {
|
||||||
|
"rev": "b8221e4",
|
||||||
|
"src": "https://github.com/nvim-tree/nvim-web-devicons"
|
||||||
|
},
|
||||||
|
"plenary.nvim": {
|
||||||
|
"rev": "b9fd522",
|
||||||
|
"src": "https://github.com/nvim-lua/plenary.nvim"
|
||||||
|
},
|
||||||
|
"render-markdown.nvim": {
|
||||||
|
"rev": "475d3ad",
|
||||||
|
"src": "https://github.com/MeanderingProgrammer/render-markdown.nvim"
|
||||||
|
},
|
||||||
|
"telescope.nvim": {
|
||||||
|
"rev": "b4da76b",
|
||||||
|
"src": "https://github.com/nvim-telescope/telescope.nvim"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user