Skip to content

Commit

Permalink
updoodles
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymeller committed Jun 9, 2024
1 parent b8a4306 commit a248fdc
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion dotfiles/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ bind R source-file ~/.nixdots/dotfiles/.tmux.conf \; display "Reloaded!"
bind f run-shell "tmux neww twm"
bind F run-shell "tmux neww twm -l"
bind o display-popup -E "twm"
bind o display-popup -E "twm -l"
bind O display-popup -E "twm -l"
bind e run-shell "tmux switch -t $TWM_DEFAULT"
bind g run-shell "tmux neww twm -g"
bind s run-shell "tmux neww twm -e"
Expand Down
1 change: 1 addition & 0 deletions dotfiles/nvim/lua/plugins/autopairs.lua
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
require("nvim-autopairs").setup()
require("nvim-ts-autotag").setup()
5 changes: 5 additions & 0 deletions dotfiles/nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ require("lspconfig").html.setup({
local basic_servers = {
"ccls",
"dockerls",
"gopls",
"hls",
"nil_ls",
"ocamllsp",
Expand Down Expand Up @@ -175,6 +176,10 @@ local languages = {
-- prettier_d,
-- eslint,
-- },
go = {
require("efmls-configs.formatters.gofmt"),
require("efmls-configs.formatters.goimports"),
},
lua = {
require("efmls-configs.formatters.stylua"),
},
Expand Down
3 changes: 0 additions & 3 deletions dotfiles/nvim/lua/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ require("nvim-treesitter.configs").setup({
--

auto_install = true,
autotag = {
enable = true,
},
parser_install_dir = "$HOME/.local/share/treesitter",
matchup = {
enable = true,
Expand Down
100 changes: 48 additions & 52 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions programs/ncvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ let
fzf
gcc
git
gopls
haskellPackages.haskell-language-server
imagemagick
isort
Expand Down

0 comments on commit a248fdc

Please sign in to comment.