diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2023-02-11 12:51:08 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2023-02-11 12:51:08 +0000 |
| commit | c5d4e4a23a397ae1dc68682734f2fe26d3adf0f0 (patch) | |
| tree | 806f51c63abab0aba0e0c17170abe75eddbe019a /.config/nvim/general/settings.vim | |
| parent | 381b1cd773be35d3567ca562485b67b0502a152c (diff) | |
Switched to lua and install various plugins
Diffstat (limited to '.config/nvim/general/settings.vim')
| -rw-r--r-- | .config/nvim/general/settings.vim | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.config/nvim/general/settings.vim b/.config/nvim/general/settings.vim deleted file mode 100644 index a108e72..0000000 --- a/.config/nvim/general/settings.vim +++ /dev/null @@ -1,13 +0,0 @@ -syntax on " Syntax highlighting on. -filetype on -filetype plugin on -filetype indent on " Load filetype-specific indent files. -highlight NonText guifg=#4a4a59 " Invisible character colors -highlight SpecialKey guifg=#4a4a59 - - -set nobackup -set noswapfile -set number " Turn on line numbers. -set linebreak -set listchars=tab:▸\ ,eol:¬ " Use the same symbols as TextMate for tabstops and EOLs |
