mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
feat: tmux updates
This commit is contained in:
@@ -111,6 +111,16 @@ lspconfig.yamlls.setup({
|
||||
}
|
||||
})
|
||||
|
||||
-- lspconfig.bashls.setup({
|
||||
-- filetypes = { "sh", "zsh" }
|
||||
-- })
|
||||
|
||||
-- require('filetype').setup({
|
||||
-- shebang = {
|
||||
-- zsh = "sh"
|
||||
-- }
|
||||
-- })
|
||||
|
||||
lsp.setup()
|
||||
|
||||
vim.diagnostic.config({
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
au BufRead,BufNewFile *.arb set filetype=json
|
||||
au BufRead,BufNewFile Brewfile set filetype=ruby
|
||||
au BufRead,BufNewFile *.zsh set filetype=bash
|
||||
|
||||
|
||||
@@ -145,4 +145,6 @@ return require('packer').startup(function(use)
|
||||
})
|
||||
|
||||
use('windwp/nvim-ts-autotag')
|
||||
|
||||
-- use('nathom/filetype.nvim')
|
||||
end)
|
||||
|
||||
1
.shellcheckrc
Normal file
1
.shellcheckrc
Normal file
@@ -0,0 +1 @@
|
||||
shell=bash
|
||||
@@ -106,7 +106,7 @@ alias tn-df="tn-custom -d \$DOTFILES -s dotfiles ."
|
||||
alias tn-tt="tn-custom -d \$HOME/.local/share/nvim/site/pack/packer/start/text-transform.nvim -s text-transform ."
|
||||
alias tn-simple-scaffold="tn-prj simple-scaffold"
|
||||
alias tn-dungeon-paper="tn-prj dungeon_paper"
|
||||
alias tn-acroasis="tn-custom -d \$HOME/Dev/acroasis -s acroasis . front server shared landing"
|
||||
alias tn-acroasis="tn-prj acroasis . apps/front functions/backend packages/shared apps/landing"
|
||||
|
||||
if is_linux; then
|
||||
alias md5="md5sum"
|
||||
|
||||
Reference in New Issue
Block a user