updates to neovim config

This commit is contained in:
Sloane Perrault 2022-12-04 12:57:32 -05:00 committed by Sloane Perrault
parent c970749371
commit 4c3c7f7994
No known key found for this signature in database
3 changed files with 9 additions and 7 deletions

View file

@ -12,3 +12,8 @@ set expandtab
set mouse=a set mouse=a
colorscheme dracula 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

View file

@ -58,12 +58,6 @@ return require('packer').startup(function(use)
use 'preservim/nerdtree' use 'preservim/nerdtree'
-- language specific plugins
use {
'jxnblk/vim-mdx-js',
'elixir-editors/vim-elixir',
}
use { 'dracula/vim', as = 'dracula' } use { 'dracula/vim', as = 'dracula' }
-- Automatically set up your configuration after cloning packer.nvim -- Automatically set up your configuration after cloning packer.nvim

View file

@ -1,6 +1,9 @@
direnv 2.32.1 direnv 2.32.1
elixir 1.14.3-otp-25 elixir 1.14.3-otp-25
erlang 25.2.2 erlang 25.2.2
nodejs 16.18.1 gleam 0.25.0
nodejs 18.11.0
ruby 3.1.3 ruby 3.1.3
rust 1.67.1 rust 1.67.1
python 2.7.18
racket 8.6