Small fixes to vimrc and removing unused cpp header.

master
Tomasz Polgrabia 2025-03-04 10:48:35 +01:00
parent 93a552d108
commit 51116c0ec4
2 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,6 @@
#include <iostream>
#include <iterator>
#include <set>
#include <vector>
int main() {
std::set<int> v1{7, 2, 3, 4, 5, 6, 7, 8};

View File

@ -10,5 +10,11 @@ call plug#begin()
Plug 'JuliaEditorSupport/julia-vim'
Plug 'ziglang/zig.vim'
Plug 'prabirshrestha/vim-lsp'
Plug 'mattn/vim-lsp-settings'
Plug 'williamboman/mason.nvim'
Plug 'preservim/nerdtree'
Plug 'rust-lang/rust.vim'
call plug#end()