nixos-dotfiles

nixos-dotfiles

https://git.tonybtw.com/nixos-dotfiles.git git://git.tonybtw.com/nixos-dotfiles.git

added libtool

Commit
c3803f38349ee328892fae4eb2ea9f2342b85cc7
Parent
3352492
Author
tonybanters <tonybanters@gmail.com>
Date
2026-01-28 08:11:36

Diff

diff --git a/config/nvim/after/ftplugin/hare.lua b/config/nvim/after/ftplugin/hare.lua
new file mode 100644
index 0000000..539428b
--- /dev/null
+++ b/config/nvim/after/ftplugin/hare.lua
@@ -0,0 +1,12 @@
+local set = vim.opt_local
+
+vim.bo.commentstring = "// %s"
+vim.bo.comments = "s:/*,m: *,ex:*/,://"
+
+set.shiftwidth = 4
+set.tabstop = 4
+set.softtabstop = 4
+set.expandtab = true
+
+set.number = true
+set.relativenumber = true
diff --git a/config/nvim/plugin/lsp.lua b/config/nvim/plugin/lsp.lua
index 8bbc49e..7d7f177 100644
--- a/config/nvim/plugin/lsp.lua
+++ b/config/nvim/plugin/lsp.lua
@@ -247,6 +247,7 @@ vim.lsp.config['gopls'] = {
     settings = {
         gopls = {
             analyses = {
+                ST1003 = false,
                 unusedparams = true,
             },
             staticcheck = true,
diff --git a/config/temacs/config.el b/config/temacs/config.el
index 3944508..1d5f088 100644
--- a/config/temacs/config.el
+++ b/config/temacs/config.el
@@ -181,7 +181,7 @@
 (defun my/erc-connect-libera ()
   "Connect to Libera.Chat via ZNC bouncer."
   (interactive)
-  (erc-tls :server "znc.tonybtw.com"
+  (erc-tls :server "192.168.86.113"
            :port 6697
-           :nick "tonybtw"
-           :user "tonybtw/libera"))
+           :nick "tony"
+           :user "tony"))
diff --git a/configuration.nix b/configuration.nix
index 303b817..3fe9cc7 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -149,6 +149,7 @@ in {
     figlet
     bear
     libvterm
+    libtool
     cmake
     lm_sensors
     xfce4-whiskermenu-plugin