dotfiles working now! yippee
This commit is contained in:
parent
890c29afca
commit
4e6480d9a0
11 changed files with 5 additions and 5 deletions
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
|
|
@ -758,7 +758,7 @@ image_source="auto"
|
|||
# Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
|
||||
# postmarketOS, and Void have a smaller logo variant.
|
||||
# Use '{distro name}_small' to use the small variants.
|
||||
ascii_distro="GNU"
|
||||
ascii_distro="auto"
|
||||
|
||||
# Ascii Colors
|
||||
#
|
||||
|
|
@ -72,11 +72,11 @@ require('transparent').setup({
|
|||
},
|
||||
})
|
||||
-- Treesitter configuration.
|
||||
require("nvim-treesitter.configs").setup({
|
||||
highlight = { enable = true },
|
||||
-- require("nvim-treesitter.configs").setup({
|
||||
-- highlight = { enable = true },
|
||||
-- You can specify languages to install with `ensure_installed`.
|
||||
-- e.g., ensure_installed = { "lua", "python", "javascript" },
|
||||
})
|
||||
-- })
|
||||
-- Autocomplete (cmp) configuration.
|
||||
local cmp = require("cmp")
|
||||
cmp.setup({
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
# MPV
|
||||
".config/mpv/mpv.conf" .source = dotfiles/mpv/mpv.conf;
|
||||
# Btop
|
||||
".config/btop/btop.conf" .source = dotfiles/btop/btop.conf;
|
||||
# ".config/btop/btop.conf" .source = dotfiles/btop/btop.conf;
|
||||
# Neofetch
|
||||
".config/neofetch/config.conf" .source = dotfiles/neofetch/config.conf;
|
||||
# Hyprland
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue