some changes

This commit is contained in:
zack 2025-04-27 11:11:51 -04:00
parent 2d25c605b7
commit 825f05c50a
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
45 changed files with 1826 additions and 1586 deletions

View file

@ -1,8 +1,6 @@
{
options,
config,
lib,
pkgs,
...
}:
with lib;
@ -18,6 +16,12 @@ in {
direnv = {
enable = true;
nix-direnv.enable = true;
config = {
global = {
log_format = "-";
log_filter = "^$";
};
};
};
};
home.sessionVariables = {

View file

@ -11,3 +11,5 @@ end
vim.g.lazyvim_blink_main = true
vim.o.termguicolors = true
vim.g.lazyvim_python_lsp = "basedpyright"

View file

@ -70,7 +70,11 @@ return {
---@class PluginLspOpts
opts = {
servers = {
emmet_ls = {},
jinja_lsp = {},
emmet_ls = {
filetypes = { "html", "jinja" },
},
somesass_ls = {},
slangd = {
settings = {
slangd = {