From c3315973ca601734cf22dee4bdbceb328752aee4 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Thu, 8 Feb 2024 07:42:34 -0500 Subject: [PATCH] Add rust-utils --- init.vim | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.vim b/init.vim index 9e57142..b70b6a3 100644 --- a/init.vim +++ b/init.vim @@ -20,8 +20,7 @@ Plug 'christoomey/vim-tmux-navigator' Plug 'GCBallesteros/vim-textobj-hydrogen' Plug 'nvim-telescope/telescope-live-grep-args.nvim' Plug 'folke/todo-comments.nvim' - - +Plug 'rust-lang/rust' " List ends here. Plugins become visible to Vim after this call. call plug#end() @@ -198,3 +197,6 @@ set formatoptions-=o "todo-comments lua require("todo-comments").setup() +"Default width for everything nonw +set colorcolumn=100 +set tw=100