Skip to content

kyon45/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEOVIM CONFIG

Troubleshooting

nvim.terminal Error converting string from to UTF-8

Reproduction

  • open nvim

  • type :terminal

  • then you got the following output:

    iconv: conversion from -t unsupported
    iconv: try 'iconv -l' to get the list of supportedencodings
    Error converting string from to UTF-8
    $ 
    

Probable Reason

Solution

Add export LANG=en_US.UTF-8 to your shell profile

Cheatsheet

Get the full path of current buffer

:echo expand('%:p')

Here % represents the current buffer.

If you want to insert the full path into the current buffer, use the following command:

:put =expand('%:p')

About

~/.config/nvim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages