updates to neovim config
This commit is contained in:
parent
c970749371
commit
4c3c7f7994
3 changed files with 9 additions and 7 deletions
|
@ -12,3 +12,8 @@ set expandtab
|
|||
set mouse=a
|
||||
|
||||
colorscheme dracula
|
||||
|
||||
|
||||
au BufRead,BufNewFile *.ex,*.exs set filetype=elixir
|
||||
au BufRead,BufNewFile *.eex,*.heex,*.leex,*.sface,*.lexs set filetype=eelixir
|
||||
au BufRead,BufNewFile mix.lock set filetype=elixir
|
||||
|
|
|
@ -58,12 +58,6 @@ return require('packer').startup(function(use)
|
|||
|
||||
use 'preservim/nerdtree'
|
||||
|
||||
-- language specific plugins
|
||||
use {
|
||||
'jxnblk/vim-mdx-js',
|
||||
'elixir-editors/vim-elixir',
|
||||
}
|
||||
|
||||
use { 'dracula/vim', as = 'dracula' }
|
||||
|
||||
-- Automatically set up your configuration after cloning packer.nvim
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
direnv 2.32.1
|
||||
elixir 1.14.3-otp-25
|
||||
erlang 25.2.2
|
||||
nodejs 16.18.1
|
||||
gleam 0.25.0
|
||||
nodejs 18.11.0
|
||||
ruby 3.1.3
|
||||
rust 1.67.1
|
||||
python 2.7.18
|
||||
racket 8.6
|
||||
|
|
Loading…
Reference in a new issue