/
NeoVim (11.1.24)

NeoVim (11.1.24)

I use Vim for small projects only.

$HOME/.config/nvim

call plug#begin() " The default plugin directory will be as follows: " - Vim (Linux/macOS): '~/.vim/plugged' " - Vim (Windows): '~/vimfiles/plugged' " - Neovim (Linux/macOS/Windows): stdpath('data') . '/plugged' " You can specify a custom plugin directory by passing it as the argument " - e.g. `call plug#begin('~/.vim/plugged')` " - Avoid using standard Vim directory names like 'plugin' " Make sure you use single quotes Plug 'preservim/nerdtree' Plug 'https://github.com/hashivim/vim-terraform.git' " Initialize plugin system " - Automatically executes `filetype plugin indent on` and `syntax enable`. call plug#end() " You can revert the settings after the call like so: " filetype indent off " Disable file-type-speci
Screenshot 2024-01-11 at 10.31.53.png
Neovide / NeoVim with NERDtree, Terraform HCL syntax highlighting and GitHub CoPilot

Plugins

 

https://github.com/hashivim/vim-terraform?tab=readme-ov-file

 

 

 

 

 

 

 

 

Related content

My ML Dev env
More like this
Atlassian Confluence
Atlassian Confluence
More like this
CodeQL
More like this
AmiBroker and AmiQuote
AmiBroker and AmiQuote
More like this
0.1 Technology stack
0.1 Technology stack
More like this
Gitea as a GitHub mirror
Gitea as a GitHub mirror
More like this