mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 11:46:25 +00:00
Compare commits
2 Commits
c08658eccc
...
4a7bbc6746
Author | SHA1 | Date | |
---|---|---|---|
4a7bbc6746 | |||
d5b28f9bea |
@@ -6,7 +6,7 @@ O = {
|
||||
clipboard = unnamedplus,
|
||||
incsearch = true,
|
||||
termguicolors = true,
|
||||
colorscheme = 'nord',
|
||||
colorscheme = 'gruvbox-baby',
|
||||
hidden_files = true,
|
||||
wrap_lines = false,
|
||||
number = true,
|
||||
|
@@ -118,7 +118,7 @@ capabilities = require('cmp_nvim_lsp').update_capabilities(capabilities)
|
||||
|
||||
|
||||
lspconfig['elixirls'].setup{
|
||||
cmd = { "/Users/fbecker18/opt/elixir-ls/language_server.sh"},
|
||||
cmd = { "/home/halfdan/opt/elixir-ls/rel/language_server.sh"},
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
}
|
||||
|
@@ -123,12 +123,10 @@ return require("packer").startup(
|
||||
use {'kdheepak/JuliaFormatter.vim'}
|
||||
|
||||
-- themes & colorschemes
|
||||
use {'dracula/vim', as='dracula' }
|
||||
use { "briones-gabriel/darcula-solid.nvim", requires = "rktjmp/lush.nvim" }
|
||||
use {'shaunsingh/moonlight.nvim', as='moonlight'}
|
||||
use {'arcticicestudio/nord-vim'}
|
||||
use {'joshdick/onedark.vim'}
|
||||
use {'sainnhe/everforest'}
|
||||
use {'gruvbox-community/gruvbox'}
|
||||
use {'luisiacc/gruvbox-baby'}
|
||||
|
||||
require_plugin('julia-vim')
|
||||
end
|
||||
|
@@ -33,3 +33,8 @@ vim.wo.signcolumn = "yes" -- Always show the signcolumn, otherwise it would shif
|
||||
vim.o.updatetime = 300 -- Faster completion
|
||||
vim.o.timeoutlen = O.timeoutlen -- By default timeoutlen is 1000 ms
|
||||
vim.o.clipboard = "unnamedplus" -- Copy paste between vim and everything else
|
||||
|
||||
|
||||
-- Enable telescope theme
|
||||
vim.g.gruvbox_baby_telescope_theme = 1
|
||||
vim.g.gruvbox_baby_background_color = "dark"
|
||||
|
@@ -8,8 +8,11 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||
# Simple tmux options for anyone
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
||||
#set -g @plugin 'dracula/tmux'
|
||||
set -g @plugin 'odedlaz/tmux-onedark-theme'
|
||||
#set -g @plugin 'odedlaz/tmux-onedark-theme'
|
||||
|
||||
# Gruvbox theme
|
||||
set -g @plugin 'egel/tmux-gruvbox'
|
||||
set -g @tmux-gruvbox 'dark' # or 'light'
|
||||
|
||||
# Persistent tmux envs across system restarts
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
|
12
.zshrc
12
.zshrc
@@ -31,15 +31,9 @@ SAVEHIST=10000
|
||||
#compinit
|
||||
#setopt COMPLETE_ALIASES
|
||||
|
||||
# goodies
|
||||
eval "$(direnv hook zsh)"
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
. $HOME/.asdf/asdf.sh
|
||||
. $HOME/.asdf/completions/asdf.bash
|
||||
|
||||
|
||||
#### smctl@bootstrap.sm_shell_helpers-start
|
||||
. $HOME/.sm.zshrc
|
||||
#### smctl@bootstrap.sm_shell_helpers-end
|
||||
|
||||
# goodies
|
||||
eval "$(direnv hook zsh)"
|
||||
eval "$(starship init zsh)"
|
||||
|
Reference in New Issue
Block a user